diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/statuswindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index e8706a82..18f1ceb3 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -203,6 +203,10 @@ std::string StatusWindow::update(int id) { // TODO: only update what changed update(); + + // FIXME: Added the return value to be able to compile, haven't got a + // clue what it is supposed to return (Kess, July 2009) + return ""; } void StatusWindow::addAttribute(int id, const std::string &name, |