You need to sign in or sign up before continuing.
Commit 82985a94 authored by Max Kellermann's avatar Max Kellermann

db/simple: make internal methods "private"

parent afcdb65f
...@@ -100,7 +100,7 @@ public: ...@@ -100,7 +100,7 @@ public:
return mtime; return mtime;
} }
protected: private:
bool Configure(const config_param &param, Error &error); bool Configure(const config_param &param, Error &error);
gcc_pure gcc_pure
......
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