diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-02-02 20:54:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-02 20:54:19 +0100 |
| commit | 1aa6c4fed823e74ded911a134065e2619ad53bf1 (patch) | |
| tree | 239e65b0af1a1a39012b4187894274e860350235 /test/browser.cxx | |
| parent | 59d3b2e9fd10bdf14592e82ced422346ecd7204e (diff) | |
Fix position() methods that shadow Fl_Widget::position()
* `FL_DEPRECATED` macro to mark `position()` method that shadow `Fl_Widget::position()` #69 (#666)
Diffstat (limited to 'test/browser.cxx')
| -rw-r--r-- | test/browser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/browser.cxx b/test/browser.cxx index b4b8cdbb0..d269f0d57 100644 --- a/test/browser.cxx +++ b/test/browser.cxx @@ -174,7 +174,7 @@ int main(int argc, char **argv) { browser->add("@bBold text"); browser->add("@iItalic text"); } - browser->position(0); + browser->vposition(0); field = new Fl_Int_Input(55, 350, window.w()-55, 25, "Line #:"); field->callback(show_cb); |
