We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c78afe commit 8183618Copy full SHA for 8183618
1 file changed
src/twobot.hh
@@ -832,7 +832,6 @@ namespace twobot {
832
protected:
833
explicit BotInstance(const Config &config);
834
835
- friend std::unique_ptr<BotInstance> BotInstance::createInstance(const Config& config);
836
friend std::default_delete<BotInstance>;
837
};
838
0 commit comments