X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fthreadbuilder.h;h=090b34e7182586cbb7719b10f123ba0d129d6731;hp=f614d69a65a46618cfedb4f58b20eb2d2ccc04b5;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad 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);