summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/base/NotationTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/NotationTypes.cpp b/src/base/NotationTypes.cpp
index ceddf79..c0ccc91 100644
--- a/src/base/NotationTypes.cpp
+++ b/src/base/NotationTypes.cpp
@@ -566,7 +566,7 @@ Key::KeyList Key::getKeys(bool minor)
return result;
}
-Key::Key Key::transpose(int pitchDelta, int heightDelta)
+Key Key::transpose(int pitchDelta, int heightDelta)
{
Pitch tonic(getTonicPitch());
Pitch newTonic = tonic.transpose(*this, pitchDelta, heightDelta);