From f315432679f760b71505e74dcb2185b7aef7a906 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Sep 2013 17:24:52 +0300 Subject: change smaller letter literalt into capital letter. --- src/configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configuration.cpp') diff --git a/src/configuration.cpp b/src/configuration.cpp index 66615d12d..3fb323dd2 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -514,7 +514,7 @@ std::string Configuration::getStringValue(const std::string &key) const float Configuration::getFloatValue(const std::string &key) const { GETLOG(); - float defaultValue = 0.0f; + float defaultValue = 0.0F; const Options::const_iterator iter = mOptions.find(key); if (iter == mOptions.end()) { -- cgit v1.2.3-70-g09d2