diff options
Diffstat (limited to 'cpp/include/qmf/engine/Schema.h')
| -rw-r--r-- | cpp/include/qmf/engine/Schema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/qmf/engine/Schema.h b/cpp/include/qmf/engine/Schema.h index fceb29990d..16f11a83f9 100644 --- a/cpp/include/qmf/engine/Schema.h +++ b/cpp/include/qmf/engine/Schema.h @@ -142,6 +142,7 @@ namespace engine { const char* getPackageName() const; const char* getClassName() const; const uint8_t* getHash() const; + const char* asString() const; bool operator==(const SchemaClassKey& other) const; bool operator<(const SchemaClassKey& other) const; |
