From 480830afdfb3d43d7550bfe3a842a23d18b8dded Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Fri, 17 Jul 2009 15:17:15 +0200 Subject: PLEASE CHECK: Compilation fix I am able to compile against tmwserv with this mini fix, but I am quite unsure what the code is supposed to look like. --- src/gui/statuswindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/statuswindow.cpp') 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, -- cgit v1.2.3-70-g09d2