From 3afb428f1805587160bb22cc7da9d4e00130fa14 Mon Sep 17 00:00:00 2001 From: tetsuhaut Date: Fri, 27 Aug 2021 11:16:10 +0200 Subject: [PATCH] Remove an extra semicolon One less warning, yay ! --- FL/Fl.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl.H b/FL/Fl.H index 1706cc2d5a..ccecb3adbe 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -128,7 +128,7 @@ typedef void (*Fl_Clipboard_Notify_Handler)(int source, void *data); state information and global methods for the current application. */ class FL_EXPORT Fl { - Fl() {}; // no constructor! + Fl() {} // no constructor! private: