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/properties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/properties.h') diff --git a/src/properties.h b/src/properties.h index d6d2eb01b..fab5304c7 100644 --- a/src/properties.h +++ b/src/properties.h @@ -66,12 +66,12 @@ class Properties * Gets a map property as a float. * * @param name The name of the property. - * @param def Default value, 0.0f by default. + * @param def Default value, 0.0F by default. * @return the value of the given property or the given default when it * doesn't exist. */ float getFloatProperty(const std::string &name, - const float def = 0.0f) const A_WARN_UNUSED + const float def = 0.0F) const A_WARN_UNUSED { const PropertyMap::const_iterator i = mProperties.find(name); float ret = def; -- cgit v1.2.3-60-g2f50