diff options
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 5aa86e62..60dca7f2 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -113,7 +113,8 @@ private: const char *label, const char *placeholder); core::ui::MultiLineTextResource *createMultiLineTextResource (int cols, - int rows); + int rows, + const char *placeholder); core::ui::CheckButtonResource *createCheckButtonResource (bool activated); core::ui::RadioButtonResource * |