4
0
mirror of https://github.com/QuasarApp/CopyrightFixer.git synced 2025-05-09 16:09:56 +00:00

Update src/CopyrighFixer/CopyrighFixer/worker.h

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Igor loschinin 2021-05-13 15:22:26 +03:00 committed by GitHub
parent 61e9a30778
commit 53a30a2dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,9 +38,9 @@ public:
void printHelp() const;
protected:
Config *conf_;
ConfigParser *confParser_;
Signer *subscriber_;
Config *conf_ = nullptr;
ConfigParser *confParser_ = nullptr;
Signer *subscriber_ = nullptr;
};