X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Ffreenet%2Fintroductionpuzzleinserter.h;fp=include%2Ffreenet%2Fintroductionpuzzleinserter.h;h=e376dbf208cb5461be1beeb24aeabf519e8a73d3;hp=a65d96de3fdfa650b08bd1850ae22b80f4ccea66;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad diff --git a/include/freenet/introductionpuzzleinserter.h b/include/freenet/introductionpuzzleinserter.h index a65d96d..e376dbf 100644 --- a/include/freenet/introductionpuzzleinserter.h +++ b/include/freenet/introductionpuzzleinserter.h @@ -9,8 +9,8 @@ class IntroductionPuzzleInserter:public IIndexInserter { public: - IntroductionPuzzleInserter(); - IntroductionPuzzleInserter(FCPv2::Connection *fcp); + IntroductionPuzzleInserter(SQLite3DB::DB *db); + IntroductionPuzzleInserter(SQLite3DB::DB *db, FCPv2::Connection *fcp); private: void Initialize();