diff --git a/sbe-tool/src/main/cpp/otf/IrDecoder.h b/sbe-tool/src/main/cpp/otf/IrDecoder.h index 2c497d29ad..947d5c31e3 100644 --- a/sbe-tool/src/main/cpp/otf/IrDecoder.h +++ b/sbe-tool/src/main/cpp/otf/IrDecoder.h @@ -137,6 +137,10 @@ class IrDecoder return result; } + int schemaId() const { + return m_id; + } + protected: // OS specifics static long long getFileSize(const char *filename)