version 0.3.28
[fms.git] / include / db / sqlite3db / sqlite3db.h
index 470ba85..f60961b 100644 (file)
@@ -7,8 +7,8 @@
 #include "../sqlite3db.h"\r
 #include "../../threadwrapper/singleton.h"\r
 \r
-#if SQLITE_VERSION_NUMBER<3005000\r
-#error "Your version of SQLite is too old!  3.5.0 or later is required."\r
+#if SQLITE_VERSION_NUMBER<3006006\r
+#error "Your version of SQLite is too old!  3.6.6.2 or later is required."\r
 #endif\r
 \r
 namespace SQLite3DB\r
@@ -18,7 +18,7 @@ class DB:public Singleton<DB>
 {\r
 public:\r
        DB();\r
-       DB(std::string filename);\r
+       DB(const std::string &filename);\r
        ~DB();\r
        \r
        const bool Open(const std::string &filename);\r