X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fmessagelist.h;h=66882009a6ca618c5c06903442cba1f46d5ff549;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hp=aa12bee183dd83a5cb60d9311e487f51ed4df9ff;hpb=6b896a9e1dc143bba86795be1e9336549db9b85f;p=fms.git diff --git a/include/messagelist.h b/include/messagelist.h index aa12bee..6688200 100644 --- a/include/messagelist.h +++ b/include/messagelist.h @@ -8,6 +8,7 @@ class MessageList:public std::vector,public ILogger,public IDatabase { public: + MessageList(SQLite3DB::DB *db):IDatabase(db) {} /** \brief Loads all messages with an id between lowmessageid and highmessageid inclusive @@ -18,4 +19,4 @@ private: }; -#endif // _messagelist_ \ No newline at end of file +#endif // _messagelist_