summaryrefslogtreecommitdiff
path: root/src/mir_core/src/ui_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_core/src/ui_utils.cpp')
-rw-r--r--src/mir_core/src/ui_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/ui_utils.cpp b/src/mir_core/src/ui_utils.cpp
index b7ec96721c..6231170c30 100644
--- a/src/mir_core/src/ui_utils.cpp
+++ b/src/mir_core/src/ui_utils.cpp
@@ -2599,7 +2599,7 @@ void CCtrlBase::NotifyChange()
OnChange(this);
}
-LRESULT CCtrlBase::SendMsg(UINT Msg, WPARAM wParam, LPARAM lParam)
+LRESULT CCtrlBase::SendMsg(UINT Msg, WPARAM wParam, LPARAM lParam) const
{
return ::SendMessage(m_hwnd, Msg, wParam, lParam);
}