diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-04-13 20:27:00 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-04-13 20:27:00 +0200 |
| commit | 4bc63da34dd9b0b8bf84d5a5fadb6780a2baf1b8 (patch) | |
| tree | 89df3d7eabff772f4bfac62ab951330705826df2 /src/Fl_Graphics_Driver.cxx | |
| parent | 7b2c770ef7385276bf4884ffe308a6c79a8046ef (diff) | |
Fix compiler warnings [-Wpedantic]
Remove extra semicolons after function definitions
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
| -rw-r--r-- | src/Fl_Graphics_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 35697c256..121501d1f 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -56,7 +56,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver() xpoint = NULL; what = NONE; n = 0; -}; +} /** Destructor */ Fl_Graphics_Driver::~Fl_Graphics_Driver() { |
