1
0

Fixed warnings in ClientHandle.

This commit is contained in:
madmaxoft
2014-05-01 22:58:58 +02:00
parent fb173a756c
commit ed75d3a836
8 changed files with 9 additions and 9 deletions

View File

@@ -357,7 +357,7 @@ void cProtocolRecognizer::SendHealth(void)
void cProtocolRecognizer::SendWindowProperty(const cWindow & a_Window, short a_Property, short a_Value)
void cProtocolRecognizer::SendWindowProperty(const cWindow & a_Window, int a_Property, int a_Value)
{
ASSERT(m_Protocol != NULL);
m_Protocol->SendWindowProperty(a_Window, a_Property, a_Value);