diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-03-01 15:47:23 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-03-01 15:47:30 +0100 |
| commit | b771ee53b9e7c9a182764994ddd0852d91cc833f (patch) | |
| tree | 2cb173cb097d4fcf07e0ccb15243332fe237cde1 /FL | |
| parent | 0623a8d4b9e8a56cc435dc550c6b56fa1a9607e9 (diff) | |
Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd.
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index f3ed53d65..845b416d5 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -311,6 +311,7 @@ public: virtual void end_points(); virtual void end_line(); virtual void end_loop(); + virtual void fixloop(); virtual void end_polygon(); virtual void end_complex_polygon(); virtual void gap(); |
