FLTK logo

[master] e1a7817 - Remove unintentional C++11

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] e1a7817 - Remove unintentional C++11 "Matthias Melcher" Nov 26, 2022  
 
commit e1a781717e5f8ef4f2772c5a1b36db8f0244e806
Author:     Matthias Melcher <github@matthiasm.com>
AuthorDate: Sat Nov 26 19:09:12 2022 +0100
Commit:     Matthias Melcher <github@matthiasm.com>
CommitDate: Sat Nov 26 19:09:12 2022 +0100

    Remove unintentional C++11

 fluid/fluid.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git fluid/fluid.h fluid/fluid.h
index ea435ab..ac2f8fb 100644
--- fluid/fluid.h
+++ fluid/fluid.h
@@ -110,8 +110,8 @@ public:
   int use_FL_COMMAND;
   int utf8_in_src;
   int avoid_early_includes;
-  int header_file_set = 0;
-  int code_file_set = 0;
+  int header_file_set;
+  int code_file_set;
   Fd_String header_file_name;
   Fd_String code_file_name;
 };
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'.