summaryrefslogtreecommitdiff
path: root/mg_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg_db.h')
-rw-r--r--mg_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_db.h b/mg_db.h
index a0dca80..1939469 100644
--- a/mg_db.h
+++ b/mg_db.h
@@ -192,6 +192,7 @@ class mgDb {
virtual const char* DecadeExpr()=0;
virtual string Now() const =0;
virtual string Directory() const =0;
+ bool DatabaseEmpty();
protected:
int m_rows;
int m_cols;