FLTK logo

[master] 29dd21b - Remove an extra semicolon

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 29dd21b - Remove an extra semicolon "tetsuhaut" Aug 27, 2021  
 
commit 29dd21bcef2fe682fbd2edda012becf6c2ccd2d3
Author:     tetsuhaut <tetsuhaut@users.noreply.github.com>
AuthorDate: Fri Aug 27 11:16:10 2021 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Fri Aug 27 12:58:25 2021 +0200

    Remove an extra semicolon
    
    One less warning, yay !

 FL/Fl.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git FL/Fl.H FL/Fl.H
index 1706cc2..ccecb3a 100644
--- FL/Fl.H
+++ 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:
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.