Fix rosegarden FTBFS under gcc4.6

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1244239 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 1905a36716
commit 78a9df6f02

@ -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);

Loading…
Cancel
Save