diff options
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; |
