From 110857a6fc73c717ef918193f8ef4cfc70044885 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 29 Nov 2025 23:24:10 +0100 Subject: Fix names map for multiple includes. --- FL/names.h | 4 ++-- 1 file 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 fl_eventnames = { +static std::map fl_eventnames = { { FL_NO_EVENT, "FL_NO_EVENT" }, { FL_PUSH, "FL_PUSH" }, { FL_RELEASE, "FL_RELEASE" }, -- cgit v1.2.3