X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fthreadbuilder.h;h=090b34e7182586cbb7719b10f123ba0d129d6731;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hp=f614d69a65a46618cfedb4f58b20eb2d2ccc04b5;hpb=30c26abc85a6331fecdcb6b03813710bfbc63d3f;p=fms.git diff --git a/include/threadbuilder.h b/include/threadbuilder.h index f614d69..090b34e 100644 --- a/include/threadbuilder.h +++ b/include/threadbuilder.h @@ -7,6 +7,7 @@ class ThreadBuilder:public IDatabase,ILogger { public: + ThreadBuilder(SQLite3DB::DB *db):IDatabase(db) {} const bool Build(const long messageid, const long boardid, const bool bydate=false);