aboutsummaryrefslogtreecommitdiff
path: root/scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'scale.h')
-rw-r--r--scale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scale.h b/scale.h
index bfe18ae..ee0bde8 100644
--- a/scale.h
+++ b/scale.h
@@ -36,7 +36,7 @@ public:
valuesUpdated();
}
- void reverse()
+ void inverse()
{
std::swap(m_rangeMin, m_domainMin);
std::swap(m_rangeMax, m_domainMax);