From 5ecef758a2826bd28dd0676940cd12ef6792126f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:49 +0200 Subject: tagging ychat-0.4 --- lang.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 lang.h (limited to 'lang.h') diff --git a/lang.h b/lang.h old mode 100644 new mode 100755 index e7c9a85..6745a93 --- a/lang.h +++ b/lang.h @@ -14,11 +14,11 @@ class lang : public cont, name private: public: - // public methods: - lang ( string s_lang ); // standard constructor. - ~lang(); // standard destructor. + // public methods: + lang ( string s_lang ); // standard constructor. + ~lang(); // standard destructor. - virtual void parse( ); // parses the config file. + virtual void parse( ); // parses the config file. }; #endif -- cgit v1.2.3