summaryrefslogtreecommitdiff
path: root/src/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.h')
-rw-r--r--src/configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration.h b/src/configuration.h
index 28383765..03950230 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -75,7 +75,7 @@ class Configuration {
* \param key Option identifier.
* \param deflt Default option if not there or error.
*/
- float getValue(std::string key, float delflt);
+ float getValue(std::string key, float deflt);
private:
/**
* Returns wether they given key exists.