Browse Source

更新 src/mysql.h

1585346868 4 months ago
parent
commit
bc282b288f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mysql.h

+ 1 - 1
src/mysql.h

@@ -218,7 +218,7 @@ namespace module
 
 		static void regist(sol::state* lua);
 		// 通过 imodule 继承
-		virtual void regist_global(const char* name, sol::state* lua);
+		virtual void regist_global(const char* name, sol::state* lua){}
 		virtual void delete_global() { delete this; }
 		virtual void self_free();
 	private: