aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbString.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/FbString.cc
parente048bdfd7a2ee472285f2243ba37efcb7b479681 (diff)
downloadfluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.zip
fluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.tar.bz2
some fixes for gcc 3.4
Diffstat (limited to 'src/FbTk/FbString.cc')
-rw-r--r--src/FbTk/FbString.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbString.cc b/src/FbTk/FbString.cc
index c8129db..0164afd 100644
--- a/src/FbTk/FbString.cc
+++ b/src/FbTk/FbString.cc
@@ -239,7 +239,7 @@ bool haveUTF8() {
239} 239}
240 240
241 241
242}; // end namespace StringUtil 242} // end namespace StringUtil
243 243
244StringConvertor::StringConvertor(EncodingTarget target): 244StringConvertor::StringConvertor(EncodingTarget target):
245#ifdef HAVE_ICONV 245#ifdef HAVE_ICONV
@@ -289,4 +289,4 @@ string StringConvertor::recode(const string &src) {
289#endif 289#endif
290} 290}
291 291
292}; // end namespace FbTk 292} // end namespace FbTk