mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +08:00
Remove an extra semicolon
One less warning, yay !
This commit is contained in:
committed by
Albrecht Schlosser
parent
33cf312a73
commit
29dd21bcef
@@ -128,7 +128,7 @@ typedef void (*Fl_Clipboard_Notify_Handler)(int source, void *data);
|
|||||||
state information and global methods for the current application.
|
state information and global methods for the current application.
|
||||||
*/
|
*/
|
||||||
class FL_EXPORT Fl {
|
class FL_EXPORT Fl {
|
||||||
Fl() {}; // no constructor!
|
Fl() {} // no constructor!
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user