Remove an extra semicolon

One less warning, yay !
This commit is contained in:
tetsuhaut 2021-08-27 11:16:10 +02:00 committed by Albrecht Schlosser
parent 33cf312a73
commit 29dd21bcef
1 changed files with 1 additions and 1 deletions

View File

@ -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: