aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-18 10:01:08 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-18 10:01:08 (GMT)
commit81b240e9762acde7e3682a6cec02932564d122f6 (patch)
tree663d7585383e3ea9a1f4cd9c69f7c49df2be0ee6 /src/Window.hh
parent3a3df518236cd3cd982e952f63a59cc180c23c38 (diff)
downloadfluxbox-81b240e9762acde7e3682a6cec02932564d122f6.zip
fluxbox-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.hh2
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 @@
48class WinClient; 49class WinClient;
49class FbWinFrameTheme; 50class FbWinFrameTheme;
50class BScreen; 51class BScreen;
51class FocusControl;
52class FbMenu; 52class FbMenu;
53 53
54namespace FbTk { 54namespace FbTk {