From 24373c5d2ab784edc253d904be1c10eacced135f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 00:28:17 +0300 Subject: fix const in definition in depricatedevent. --- src/depricatedevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/depricatedevent.h') diff --git a/src/depricatedevent.h b/src/depricatedevent.h index 5ae4c85f3..3b2f1e50a 100644 --- a/src/depricatedevent.h +++ b/src/depricatedevent.h @@ -63,7 +63,7 @@ class DepricatedEvent final { return mDepricatedEventName; } // Sets or gets a interger with a key to identify - void setInt(const std::string &key, int value); + void setInt(const std::string &key, const int value); int getInt(const std::string &key) const A_WARN_UNUSED; @@ -75,7 +75,7 @@ class DepricatedEvent final const A_WARN_UNUSED; // Sets or gets a floating point number with key to identify - void setFloat(const std::string &key, double value); + void setFloat(const std::string &key, const double value); double getFloat(const std::string &key) const A_WARN_UNUSED; -- cgit v1.2.3-70-g09d2