From f7dbb0deb69594044cd70afe7e3b50bf017d3caa Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Sat, 10 Oct 2020 23:50:37 -0700 Subject: [PATCH] Need to return a value here. --- src/musikcube/cursespp/ListWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/musikcube/cursespp/ListWindow.cpp b/src/musikcube/cursespp/ListWindow.cpp index bd4ae7214..e9095a3f4 100755 --- a/src/musikcube/cursespp/ListWindow.cpp +++ b/src/musikcube/cursespp/ListWindow.cpp @@ -346,6 +346,7 @@ bool ListWindow::OnEntryActivated(size_t index) { this->EntryActivated(this, index); return true; } + return false; } bool ListWindow::OnEntryContextMenu(size_t index) {