diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/names.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/names.h b/FL/names.h index 8d07ef1b1..44f442a23 100644 --- a/FL/names.h +++ b/FL/names.h @@ -1,7 +1,7 @@ // // Event and other names header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2024 by Bill Spitzak and others. +// Copyright 1998-2025 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 @@ -47,7 +47,7 @@ } \endcode */ -std::map<int, const char*> fl_eventnames = { +static std::map<int, const char*> fl_eventnames = { { FL_NO_EVENT, "FL_NO_EVENT" }, { FL_PUSH, "FL_PUSH" }, { FL_RELEASE, "FL_RELEASE" }, |
