Fixes clang warning #5010

This commit is contained in:
Roel Baars
2018-11-22 10:51:41 +01:00
committed by GitHub
parent f64cb76c21
commit 78b5b78437

View File

@@ -69,8 +69,8 @@ public:
bool handleShortcutKey (GdkEventKey* event);
// batchqueuelistener interface
void queueSizeChanged(int qsize, bool queueRunning, bool queueError, const Glib::ustring& queueErrorMessage);
bool canStartNext();
void queueSizeChanged(int qsize, bool queueRunning, bool queueError, const Glib::ustring& queueErrorMessage) override;
bool canStartNext() override;
private:
void startBatchProc ();