From d7d2c0929a5d7871e913451fd542e03ae4561183 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 24 Aug 2012 20:11:04 +0000 Subject: Taf isn't really...the best backend for this now, I need some more fixes there first, so next up we need the windows registry backend. --- src/unstable/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unstable/settings.h') 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 virtual ~Settings(); void set( const Bu::UtfString &sKey, const Bu::UtfString &sValue ); + Bu::UtfString get( const Bu::UtfString &sKey, const Bu::UtfString &sValue=Bu::UtfString() ); private: Bu::UtfString sCompany; -- cgit v1.2.3