diff options
Diffstat (limited to 'src/conf/conf.h')
| -rwxr-xr-x | src/conf/conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf/conf.h b/src/conf/conf.h index 7508872..7ff69ac 100755 --- a/src/conf/conf.h +++ b/src/conf/conf.h @@ -19,9 +19,10 @@ private: void exit_if_xml_error() const; void parse_xml( TiXmlNode* p_node, vector<string>* p_vec); public: - //conf ( string s_conf ); conf ( string s_conf, map<string,string>* p_start_params ); ~conf(); + + string colored_error_msg( string s_key ); //<< }; #endif |
