aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/settings.h')
-rw-r--r--src/unstable/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/settings.h b/src/unstable/settings.h
index 0736ee5..c1d0e1c 100644
--- a/src/unstable/settings.h
+++ b/src/unstable/settings.h
@@ -23,6 +23,7 @@ namespace Bu
23 virtual ~Settings(); 23 virtual ~Settings();
24 24
25 void set( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); 25 void set( const Bu::UtfString &sKey, const Bu::UtfString &sValue );
26 Bu::UtfString get( const Bu::UtfString &sKey, const Bu::UtfString &sValue=Bu::UtfString() );
26 27
27 private: 28 private:
28 Bu::UtfString sCompany; 29 Bu::UtfString sCompany;