Qt: Fix non-SQLITE build

This commit is contained in:
Jeffrey Pfau 2017-01-10 23:27:24 -08:00
parent dc41b7cae2
commit c0c903eb3e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ bool GBAApp::reloadGameDB() {
return false;
}
#else
bool GBAApp::loadGameDB() {
bool GBAApp::reloadGameDB() {
return false;
}
#endif