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:
parent
61e9a30778
commit
53a30a2dd2
@ -38,9 +38,9 @@ public:
|
||||
void printHelp() const;
|
||||
|
||||
protected:
|
||||
Config *conf_;
|
||||
ConfigParser *confParser_;
|
||||
Signer *subscriber_;
|
||||
Config *conf_ = nullptr;
|
||||
ConfigParser *confParser_ = nullptr;
|
||||
Signer *subscriber_ = nullptr;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user