diff options
Diffstat (limited to 'src/AttentionNoticeHandler.hh')
-rw-r--r-- | src/AttentionNoticeHandler.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AttentionNoticeHandler.hh b/src/AttentionNoticeHandler.hh index a2ebb23..3a98b09 100644 --- a/src/AttentionNoticeHandler.hh +++ b/src/AttentionNoticeHandler.hh | |||
@@ -47,7 +47,7 @@ public: | |||
47 | /// removes the client from the attention map | 47 | /// removes the client from the attention map |
48 | void update(FbTk::Subject *subj); | 48 | void update(FbTk::Subject *subj); |
49 | 49 | ||
50 | bool isDemandingAttention(Focusable &client); | 50 | bool isDemandingAttention(const Focusable &client); |
51 | 51 | ||
52 | private: | 52 | private: |
53 | NoticeMap m_attentions; | 53 | NoticeMap m_attentions; |