summaryrefslogtreecommitdiff
path: root/src/conf/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/conf.h')
-rwxr-xr-xsrc/conf/conf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf/conf.h b/src/conf/conf.h
index 5be2740..20aa91c 100755
--- a/src/conf/conf.h
+++ b/src/conf/conf.h
@@ -22,8 +22,7 @@ public:
conf(string s_conf, map<string,string>* p_start_params);
~conf();
- string colored_error_msg(string s_key); //<<
- int get_int(string s_key);
+ string colored_error_msg( string s_key ); //<<
};
#endif