summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index dea6e20c24aa..d3aac141da78 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -241,7 +241,7 @@ class SW_DLLPUBLIC SwMultiDepend final
: m_rToTell(rToTell) {}
void StartListening(SwModify* pDepend);
void EndListening(SwModify* pDepend);
- bool IsListeningTo(const SwModify* const pDepend);
+ bool IsListeningTo(const SwModify* const pDepend) const;
void EndListeningAll();
};