Menu.cpp Typo: goToOrientation calling goToDestination.

This commit is contained in:
Bennett Goble 2014-05-13 00:58:49 -04:00
parent 7a5f6ea0dd
commit 55d9614757

View file

@ -889,7 +889,7 @@ void Menu::goToDomainDialog() {
} }
void Menu::goToOrientation(QString orientation) { void Menu::goToOrientation(QString orientation) {
LocationManager::getInstance().goToDestination(orientation); LocationManager::getInstance().goToOrientation(orientation);
} }
bool Menu::goToDestination(QString destination) { bool Menu::goToDestination(QString destination) {