diff options
author | Sebastian Geerken <devnull@localhost> | 2015-02-04 00:12:32 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-02-04 00:12:32 +0100 |
commit | b0c2f0a8fd657f7caee994dc8ab34365e2561bff (patch) | |
tree | 7b63c83ebffac9c74e445c6dd133396a44014ccd /dw/fltkplatform.hh | |
parent | 9d16f9f6656f7594392d58d7df5d712801e54420 (diff) | |
parent | 64207d48495561e8dfca35498ddae123ef393598 (diff) |
Merge with main repo.
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 * |