X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Flocalidentity.cpp;h=8f69535d2f808dd4719b33611ff033260a5367f4;hb=HEAD;hp=35843a3f8574f4e197a6ae6dff0da94d9494daa0;hpb=0574a75431d98ed64c5cc6291600bb3759b399a6;p=fms.git diff --git a/src/localidentity.cpp b/src/localidentity.cpp index 35843a3..8f69535 100644 --- a/src/localidentity.cpp +++ b/src/localidentity.cpp @@ -4,7 +4,7 @@ #include #endif -LocalIdentity::LocalIdentity() +LocalIdentity::LocalIdentity(SQLite3DB::DB *db):IDatabase(db) { Initialize(); } @@ -57,4 +57,4 @@ const bool LocalIdentity::Load(const std::string &name) { return false; } -} \ No newline at end of file +}