aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextUtils.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/TextUtils.cc
parente048bdfd7a2ee472285f2243ba37efcb7b479681 (diff)
downloadfluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.zip
fluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.tar.bz2
some fixes for gcc 3.4
Diffstat (limited to 'src/FbTk/TextUtils.cc')
-rw-r--r--src/FbTk/TextUtils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/TextUtils.cc b/src/FbTk/TextUtils.cc
index 2b47531..fa2ea0c 100644
--- a/src/FbTk/TextUtils.cc
+++ b/src/FbTk/TextUtils.cc
@@ -84,4 +84,4 @@ template <>
84void ThemeItem<FbTk::Justify>::load(const std::string *name, const std::string *altname) { 84void ThemeItem<FbTk::Justify>::load(const std::string *name, const std::string *altname) {
85} 85}
86 86
87}; // end namespace FbTk 87} // end namespace FbTk