diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-07-17 15:17:15 +0200 |
---|---|---|
committer | Kess Vargavind <vargavind@gmail.com> | 2009-07-17 15:22:06 +0200 |
commit | 480830afdfb3d43d7550bfe3a842a23d18b8dded (patch) | |
tree | 1124fd78f57c875b8f7af565f27487cdd629de3f /src/gui/statuswindow.cpp | |
parent | 2d5e59d16fa67f7c6d0deeb830d377b97541f392 (diff) | |
download | mana-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.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, |