summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.cpp
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-07-17 15:17:15 +0200
committerKess Vargavind <vargavind@gmail.com>2009-07-17 15:22:06 +0200
commit480830afdfb3d43d7550bfe3a842a23d18b8dded (patch)
tree1124fd78f57c875b8f7af565f27487cdd629de3f /src/gui/statuswindow.cpp
parent2d5e59d16fa67f7c6d0deeb830d377b97541f392 (diff)
downloadMana-480830afdfb3d43d7550bfe3a842a23d18b8dded.tar.gz
Mana-480830afdfb3d43d7550bfe3a842a23d18b8dded.tar.bz2
Mana-480830afdfb3d43d7550bfe3a842a23d18b8dded.tar.xz
Mana-480830afdfb3d43d7550bfe3a842a23d18b8dded.zip
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.
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r--src/gui/statuswindow.cpp4
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,