mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 05:35:29 +08:00
Rename FL/Fl_String.H to FL/Fl_String_class.H
The previous name existed already with different case (fl_string.h) in the FL folder which broke the build on macOS and Windows. This may be a temporary fix - until I find a better way.
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
// https://www.fltk.org/bugs.php
|
||||
//
|
||||
|
||||
#ifndef _FL_FL_STRING_H_
|
||||
#define _FL_FL_STRING_H_
|
||||
#ifndef _FL_Fl_String_class_H_
|
||||
#define _FL_Fl_String_class_H_
|
||||
|
||||
/** \file FL/Fl_String.H
|
||||
/** \file FL/Fl_String_class.H
|
||||
Basic Fl_String class for FLTK.
|
||||
*/
|
||||
|
||||
@@ -111,4 +111,4 @@ public:
|
||||
|
||||
}; // class Fl_String
|
||||
|
||||
#endif // _FL_FL_STRING_H_
|
||||
#endif // _FL_Fl_String_class_H_
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#define _FL_fl_ask_H_
|
||||
|
||||
#include <FL/Enumerations.H>
|
||||
#include <FL/Fl_String.H>
|
||||
#include <FL/Fl_String_class.H>
|
||||
#include <FL/fl_attr.h>
|
||||
|
||||
class Fl_Widget;
|
||||
|
||||
Reference in New Issue
Block a user