summaryrefslogtreecommitdiff
path: root/src/depricatedevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-28 21:34:28 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-28 21:34:28 +0300
commit8d276b3f5707035600c051d1746697cf7d815140 (patch)
treeb94a9b87ace1cd3638b322607fb54afdfc4c6279 /src/depricatedevent.h
parent5ae7168e1f30efa4fd61c155eaecd55ce83bea14 (diff)
downloadplus-8d276b3f5707035600c051d1746697cf7d815140.tar.gz
plus-8d276b3f5707035600c051d1746697cf7d815140.tar.bz2
plus-8d276b3f5707035600c051d1746697cf7d815140.tar.xz
plus-8d276b3f5707035600c051d1746697cf7d815140.zip
improve other files.
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r--src/depricatedevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/depricatedevent.h b/src/depricatedevent.h
index b7b52e671..239969c63 100644
--- a/src/depricatedevent.h
+++ b/src/depricatedevent.h
@@ -141,8 +141,8 @@ class DepricatedEvent final
void setString(const std::string &key,
const std::string &value);
- const std::string &getString(const std::string &key)
- const A_WARN_UNUSED;
+ const std::string getString(const std::string &key)
+ const A_WARN_UNUSED;
// Sets or gets a floating point number with key to identify
void setFloat(const std::string &key, double value);