diff options
Diffstat (limited to 'win/rfb_win32/Dialog.h')
-rw-r--r-- | win/rfb_win32/Dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/Dialog.h b/win/rfb_win32/Dialog.h index 582aa0d9..f2d718ce 100644 --- a/win/rfb_win32/Dialog.h +++ b/win/rfb_win32/Dialog.h @@ -77,7 +77,7 @@ namespace rfb { // Read the states of items bool isItemChecked(int id); int getItemInt(int id); - char* getItemString(int id); // Recipient owns string storage + const char *getItemString(int id); // Set the states of items void setItemChecked(int id, bool state); |