diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-08 16:04:09 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-08 16:04:09 +0200 |
| commit | 71069b857068201c37ffcc2c3e799329ff29769b (patch) | |
| tree | 2c534fcbd3da8d54cf1388816962822f46c7ae7b /src/drivers/Quartz | |
| parent | 13e05f4204cc636e40fd2591898c482aa0085226 (diff) | |
Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived.
Diffstat (limited to 'src/drivers/Quartz')
| -rw-r--r-- | src/drivers/Quartz/Fl_Font.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Quartz/Fl_Font.H b/src/drivers/Quartz/Fl_Font.H index 5e24ce7c3..be571ece1 100644 --- a/src/drivers/Quartz/Fl_Font.H +++ b/src/drivers/Quartz/Fl_Font.H @@ -29,7 +29,7 @@ class Fl_Quartz_Font_Descriptor : public Fl_Font_Descriptor { public: Fl_Quartz_Font_Descriptor(const char* fontname, Fl_Fontsize size); - FL_EXPORT ~Fl_Quartz_Font_Descriptor(); + virtual FL_EXPORT ~Fl_Quartz_Font_Descriptor(); # if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 CTFontRef fontref; // the unicode span is divided in 512 blocks of 128 characters |
