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:
Albrecht Schlosser
2022-01-16 19:25:10 +01:00
parent 92e9181a0a
commit 788ca208f7
8 changed files with 73 additions and 73 deletions
+5 -5
View File
@@ -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
View File
@@ -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;