diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:25:10 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:47:16 +0100 |
| commit | 788ca208f7e633cd19ddfa0151edc74f3d1a5438 (patch) | |
| tree | 61a57426eb82edda8f575067c9e2c9825dfbe54c /FL | |
| parent | 92e9181a0a885b2b58e002e3a5e76152763388a2 (diff) | |
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).
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_String.H (renamed from FL/Fl_String_class.H) | 10 | ||||
| -rw-r--r-- | FL/fl_ask.H | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/FL/Fl_String_class.H b/FL/Fl_String.H index 938e0d674..8b9b33a1b 100644 --- a/FL/Fl_String_class.H +++ b/FL/Fl_String.H @@ -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_ diff --git a/FL/fl_ask.H b/FL/fl_ask.H index 7df49a8fe..44980132f 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -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; |
