diff options
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index e8c684e68..c7d96f9b3 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -3251,7 +3251,7 @@ void cClientHandle::SendWindowOpen(const cWindow & a_Window) -void cClientHandle::SendWindowProperty(const cWindow & a_Window, short a_Property, short a_Value) +void cClientHandle::SendWindowProperty(const cWindow & a_Window, size_t a_Property, short a_Value) { m_Protocol->SendWindowProperty(a_Window, a_Property, a_Value); } |