summaryrefslogtreecommitdiff
path: root/mg_mysql.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg_mysql.h')
-rw-r--r--mg_mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_mysql.h b/mg_mysql.h
index 3c3fde1..9ade129 100644
--- a/mg_mysql.h
+++ b/mg_mysql.h
@@ -61,7 +61,6 @@ class mgmySql
bool ServerConnected() const;
bool Connected() const;
bool HasFolderFields() const { return m_hasfolderfields;}
- void Connect();
//! \brief create database and tables
void Create();
void FillTables();
@@ -71,6 +70,7 @@ class mgmySql
bool m_database_found;
bool m_hasfolderfields;
bool sql_query(const char *query);
+ void Connect();
};
#endif