mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 21:25:30 +08:00
Rename FL/Fl_String_class.H to FL/Fl_String.H
This is part 2 of the final fix for a previous name clash on case insensitive file systems (fl_string.h vs. Fl_String.H).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Basic Fl_String header for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 2021 by Bill Spitzak and others.
|
||||
// Copyright 2021-2022 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
@@ -14,10 +14,10 @@
|
||||
// https://www.fltk.org/bugs.php
|
||||
//
|
||||
|
||||
#ifndef _FL_Fl_String_class_H_
|
||||
#define _FL_Fl_String_class_H_
|
||||
#ifndef _FL_Fl_String_H_
|
||||
#define _FL_Fl_String_H_
|
||||
|
||||
/** \file FL/Fl_String_class.H
|
||||
/** \file FL/Fl_String.H
|
||||
Basic Fl_String class for FLTK.
|
||||
*/
|
||||
|
||||
@@ -111,4 +111,4 @@ public:
|
||||
|
||||
}; // class Fl_String
|
||||
|
||||
#endif // _FL_Fl_String_class_H_
|
||||
#endif // _FL_Fl_String_H_
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
#define _FL_fl_ask_H_
|
||||
|
||||
#include <FL/Enumerations.H>
|
||||
#include <FL/Fl_String_class.H>
|
||||
#include <FL/Fl_String.H>
|
||||
#include <FL/fl_attr.h>
|
||||
|
||||
class Fl_Widget;
|
||||
|
||||
Reference in New Issue
Block a user