From ca28c0e618890330d429c0dc12429255b20f0c90 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.5.0 --- conf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf.h') diff --git a/conf.h b/conf.h index a47a628..6e2a890 100755 --- a/conf.h +++ b/conf.h @@ -14,11 +14,11 @@ class conf : public cont, name private: public: - // public methods: - conf ( string s_conf ); // standard constructor. - ~conf(); // standard destructor. + // public methods: + conf ( string s_conf ); // standard constructor. + ~conf(); // standard destructor. - virtual void parse( ); // parses the config file. + virtual void parse( ); // parses the config file. }; #endif -- cgit v1.2.3