X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Ffreenet%2Fintroductionpuzzlerequester.h;h=46108df598d3fac0fde8df52fdedfa55c924cf6c;hp=e2ca0764b058826e841c541e272d1e0f98c6b15a;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad diff --git a/include/freenet/introductionpuzzlerequester.h b/include/freenet/introductionpuzzlerequester.h index e2ca076..46108df 100644 --- a/include/freenet/introductionpuzzlerequester.h +++ b/include/freenet/introductionpuzzlerequester.h @@ -8,8 +8,8 @@ class IntroductionPuzzleRequester:public IIndexRequester { public: - IntroductionPuzzleRequester(); - IntroductionPuzzleRequester(FCPv2::Connection *fcp); + IntroductionPuzzleRequester(SQLite3DB::DB *db); + IntroductionPuzzleRequester(SQLite3DB::DB *db, FCPv2::Connection *fcp); private: void Initialize();