summaryrefslogtreecommitdiff
path: root/mg_db_gd_sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg_db_gd_sqlite.h')
-rw-r--r--mg_db_gd_sqlite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_db_gd_sqlite.h b/mg_db_gd_sqlite.h
index a21ac01..aaf8b3b 100644
--- a/mg_db_gd_sqlite.h
+++ b/mg_db_gd_sqlite.h
@@ -48,6 +48,7 @@ class mgDbGd : public mgDb {
~mgDbGd();
bool ConnectDatabase();
bool Create();
+ bool SetCharset();
bool NeedGenre2();
long thread_id() { return -1; }