summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-08 13:16:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-08 13:16:14 +0300
commitdae0d079ad629d499034ff911e0b1a807c19fce0 (patch)
treec5bef52093ec010d2b223513da02da7ce8ed6bec /include
parente06357e08f44b4537514ba1d97562e5e005ac8b4 (diff)
duplicate code and variables removed
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index a393b23bbe..600d478c14 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -195,6 +195,7 @@ public:
MDatabaseCommon();
virtual ~MDatabaseCommon();
+ __forceinline bool isEncrypted() const { return m_bEncrypted; }
__forceinline MICryptoEngine* getCrypt() const { return m_crypto; }
__forceinline MIDatabaseCache* getCache() const { return m_cache; }