diff options
author | Thomas Orgis <sobukus@users.sourceforge.net> | 2008-04-21 22:43:10 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-04-21 22:43:10 (GMT) |
commit | 1e2ab2f3ed00ddae4855ccbf9eee92364cc33420 (patch) | |
tree | ff08d088da0d9e9ab390b7bb4712e8c7425ec8b8 /src/FbTk/Container.cc | |
parent | e048bdfd7a2ee472285f2243ba37efcb7b479681 (diff) | |
download | fluxbox_pavel-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.zip fluxbox_pavel-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.tar.bz2 |
some fixes for gcc 3.4
Diffstat (limited to 'src/FbTk/Container.cc')
-rw-r--r-- | src/FbTk/Container.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Container.cc b/src/FbTk/Container.cc index 0c9b6ac..8175829 100644 --- a/src/FbTk/Container.cc +++ b/src/FbTk/Container.cc | |||
@@ -491,4 +491,4 @@ void Container::setOrientation(Orientation orient) { | |||
491 | 491 | ||
492 | } | 492 | } |
493 | 493 | ||
494 | }; // end namespace FbTk | 494 | } // end namespace FbTk |