diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index 28e0d78c17..e927084bed 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -685,6 +685,9 @@ namespace DB __forceinline operator bool() const { return bValid; }
+ bool isSrmm() const; // could be displayed in a SRMM window
+ bool isHistory() const; // could be displayed in a history window
+
wchar_t* getString(const char *str) const;
};
|