diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-05-18 22:23:44 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-22 20:47:42 -0400 |
commit | f9189543bf4bdb099bc8b428d54226bd1050e1b0 (patch) | |
tree | 14f672e63668d8450fc00e2e2d6405806f14e216 /src/db.h | |
parent | f29f2427581281aeb2231ef07fc0df74721bb29d (diff) |
CDBEnv: fix qt build
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ public: void Flush(bool fShutdown); void CheckpointLSN(std::string strFile); void SetDetach(bool fDetachDB_) { fDetachDB = fDetachDB_; } + bool GetDetach() { return fDetachDB; } void CloseDb(const std::string& strFile); |