diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-09 17:20:57 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-09 17:35:38 +0100 |
| commit | 9bdaf5a84d6243ab90584c2e0ee6125b0dc1f98c (patch) | |
| tree | bcc211b21c23d03e8043ba104ada271d9b6bf656 /src/drivers/WinAPI | |
| parent | a5b431e35e6db05ec02121b4f17dc1d12616e832 (diff) | |
Virtual member Fl_Window_Driver::makeWindow() now returns void
Diffstat (limited to 'src/drivers/WinAPI')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H index bc834b48c..4bde200a0 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H @@ -85,7 +85,7 @@ public: const Fl_Image* shape() FL_OVERRIDE; // --- window management - Fl_X *makeWindow() FL_OVERRIDE; + void makeWindow() FL_OVERRIDE; void size_range() FL_OVERRIDE { // currently nothing to do } |
