summaryrefslogtreecommitdiff
path: root/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang.h')
-rwxr-xr-x[-rw-r--r--]lang.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang.h b/lang.h
index e7c9a85..6745a93 100644..100755
--- 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