removed unnecessary 'protected:'

git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@67 8131a0b2-b21c-1c47-bd6a-f003126495bd
This commit is contained in:
joshholtrop 2009-09-15 19:15:07 +00:00
parent 5fad78115b
commit 17ecf5a6f7

View File

@ -21,7 +21,6 @@ class Config
Action on_exit; Action on_exit;
Action on_lock; Action on_lock;
Action on_unlock; Action on_unlock;
protected:
}; };
std::string port; std::string port;