diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-02-02 01:10:24 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-02-02 01:10:24 +0100 |
| commit | 2ce406ab428bcaa960f368ab19a0911047b1a98a (patch) | |
| tree | 986ef1a3d11c5b783c8ee5164bf1b0864600efed /FL/Fl_Help_Dialog.H | |
| parent | 0698e16a6b154f227dcb4ab135b273af1fa0f5f9 (diff) | |
Fl_Help_Dialog::load() now returns an error code (STR #3429)
Diffstat (limited to 'FL/Fl_Help_Dialog.H')
| -rw-r--r-- | FL/Fl_Help_Dialog.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index 9e44c2e3d..67c3e9f87 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -67,7 +67,7 @@ public: ~Fl_Help_Dialog(); int h(); void hide(); - void load(const char *f); + int load(const char *f); void position(int xx, int yy); void resize(int xx, int yy, int ww, int hh); void show(); |
