diff options
Diffstat (limited to 'src/AttentionNoticeHandler.hh')
-rw-r--r-- | src/AttentionNoticeHandler.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AttentionNoticeHandler.hh b/src/AttentionNoticeHandler.hh index 368c568..ddef42d 100644 --- a/src/AttentionNoticeHandler.hh +++ b/src/AttentionNoticeHandler.hh | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <map> | 28 | #include <map> |
29 | 29 | ||
30 | class Focusable; | 30 | class Focusable; |
31 | class WinClient; | ||
32 | 31 | ||
33 | namespace FbTk { | 32 | namespace FbTk { |
34 | class Timer; | 33 | class Timer; |
@@ -45,7 +44,7 @@ public: | |||
45 | typedef std::map<Focusable*, FbTk::Timer*> NoticeMap; | 44 | typedef std::map<Focusable*, FbTk::Timer*> NoticeMap; |
46 | /// Adds a client that requires attention, | 45 | /// Adds a client that requires attention, |
47 | /// will fail if the client is already active | 46 | /// will fail if the client is already active |
48 | void addAttention(WinClient &client); | 47 | void addAttention(Focusable &client); |
49 | /// removes the client from the attention map | 48 | /// removes the client from the attention map |
50 | void update(FbTk::Subject *subj); | 49 | void update(FbTk::Subject *subj); |
51 | 50 | ||