TSAGE: Give a default value to the second parameter of disableControl(), as for enableControl()

This commit is contained in:
Strangerke 2011-12-22 20:21:23 +01:00
parent 0234bb5be2
commit 2811d83670

View File

@ -653,7 +653,7 @@ public:
void disableControl();
void enableControl();
void disableControl(CursorType cursorId, CursorType objectId);
void disableControl(CursorType cursorId, CursorType objectId = CURSOR_NONE);
void enableControl(CursorType cursorId, CursorType objectId = CURSOR_NONE);
};