From 4bc63da34dd9b0b8bf84d5a5fadb6780a2baf1b8 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 13 Apr 2023 20:27:00 +0200 Subject: Fix compiler warnings [-Wpedantic] Remove extra semicolons after function definitions --- src/Fl_Graphics_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Graphics_Driver.cxx') 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() { -- cgit v1.2.3