Commit 484841fc authored by Max Kellermann's avatar Max Kellermann

StateFile: make AutoWrite() private

parent 8052c764
......@@ -47,9 +47,11 @@ public:
void Read();
void Write();
void AutoWrite();
private:
void AutoWrite();
/* virtual methods from TimeoutMonitor */
virtual bool OnTimeout() override;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment