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/FocusableList.hh | |
parent | e048bdfd7a2ee472285f2243ba37efcb7b479681 (diff) | |
download | fluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.zip fluxbox-1e2ab2f3ed00ddae4855ccbf9eee92364cc33420.tar.bz2 |
some fixes for gcc 3.4
Diffstat (limited to 'src/FocusableList.hh')
-rw-r--r-- | src/FocusableList.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FocusableList.hh b/src/FocusableList.hh index d46fe48..cdf6bec 100644 --- a/src/FocusableList.hh +++ b/src/FocusableList.hh | |||
@@ -42,7 +42,7 @@ public: | |||
42 | /// list option bits | 42 | /// list option bits |
43 | enum { | 43 | enum { |
44 | LIST_GROUPS = 0x01, //< list groups instead of clients | 44 | LIST_GROUPS = 0x01, //< list groups instead of clients |
45 | STATIC_ORDER = 0x02, ///< use creation order instead of focused order | 45 | STATIC_ORDER = 0x02 ///< use creation order instead of focused order |
46 | }; | 46 | }; |
47 | 47 | ||
48 | FocusableList(BScreen &scr): m_pat(0), m_parent(0), m_screen(scr) { } | 48 | FocusableList(BScreen &scr): m_pat(0), m_parent(0), m_screen(scr) { } |