aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/StringUtil.cc
diff options
context:
space:
mode:
authorThomas Orgis <sobukus@users.sourceforge.net>2008-04-21 22:43:10 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-04-21 22:43:10 (GMT)
commit1e2ab2f3ed00ddae4855ccbf9eee92364cc33420 (patch)
treeff08d088da0d9e9ab390b7bb4712e8c7425ec8b8 /src/FbTk/StringUtil.cc
parente048bdfd7a2ee472285f2243ba37efcb7b479681 (diff)
downloadfluxbox_paul-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.zip
fluxbox_paul-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.tar.bz2
some fixes for gcc 3.4
Diffstat (limited to 'src/FbTk/StringUtil.cc')
-rw-r--r--src/FbTk/StringUtil.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/StringUtil.cc b/src/FbTk/StringUtil.cc
index 1e8df01..7c8f91c 100644
--- a/src/FbTk/StringUtil.cc
+++ b/src/FbTk/StringUtil.cc
@@ -236,6 +236,6 @@ void getFirstWord(const std::string &in, std::string &word, std::string &rest) {
236 } 236 }
237} 237}
238 238
239}; // end namespace StringUtil 239} // end namespace StringUtil
240 240
241}; // end namespace FbTk 241} // end namespace FbTk