aboutsummaryrefslogtreecommitdiff
path: root/src/Xutil.hh
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/Xutil.hh
parente048bdfd7a2ee472285f2243ba37efcb7b479681 (diff)
downloadfluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.zip
fluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.tar.bz2
some fixes for gcc 3.4
Diffstat (limited to 'src/Xutil.hh')
-rw-r--r--src/Xutil.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xutil.hh b/src/Xutil.hh
index 27e6629..70fa8ed 100644
--- a/src/Xutil.hh
+++ b/src/Xutil.hh
@@ -34,6 +34,6 @@ std::string getWMClassName(Window win);
34std::string getWMClassClass(Window win); 34std::string getWMClassClass(Window win);
35 35
36 36
37}; // end namespace Xutil 37} // end namespace Xutil
38 38
39#endif // XUTIL_HH 39#endif // XUTIL_HH