diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 10:01:08 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 10:01:08 (GMT) |
commit | 81b240e9762acde7e3682a6cec02932564d122f6 (patch) | |
tree | 663d7585383e3ea9a1f4cd9c69f7c49df2be0ee6 /src/Window.hh | |
parent | 3a3df518236cd3cd982e952f63a59cc180c23c38 (diff) | |
download | fluxbox_pavel-81b240e9762acde7e3682a6cec02932564d122f6.zip fluxbox_pavel-81b240e9762acde7e3682a6cec02932564d122f6.tar.bz2 |
compile fix for clang, forward declaration of FocusControl was not enough
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 9c2037a..607ff69 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -36,6 +36,7 @@ | |||
36 | #include "FbWinFrame.hh" | 36 | #include "FbWinFrame.hh" |
37 | #include "Focusable.hh" | 37 | #include "Focusable.hh" |
38 | #include "FocusableTheme.hh" | 38 | #include "FocusableTheme.hh" |
39 | #include "FocusControl.hh" | ||
39 | #include "WinButton.hh" | 40 | #include "WinButton.hh" |
40 | 41 | ||
41 | 42 | ||
@@ -48,7 +49,6 @@ | |||
48 | class WinClient; | 49 | class WinClient; |
49 | class FbWinFrameTheme; | 50 | class FbWinFrameTheme; |
50 | class BScreen; | 51 | class BScreen; |
51 | class FocusControl; | ||
52 | class FbMenu; | 52 | class FbMenu; |
53 | 53 | ||
54 | namespace FbTk { | 54 | namespace FbTk { |