summaryrefslogtreecommitdiff
path: root/src/fl_show_colormap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_show_colormap.cxx')
-rw-r--r--src/fl_show_colormap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_show_colormap.cxx b/src/fl_show_colormap.cxx
index 1793547bc..c9a96f79b 100644
--- a/src/fl_show_colormap.cxx
+++ b/src/fl_show_colormap.cxx
@@ -121,7 +121,7 @@ int ColorMenu::handle(int e) {
return 1;
}
-extern char fl_override_redirect; // hack for menus
+extern char fl__redirect; // hack for menus
#ifdef _MSC_VER
#pragma optimize("a",off) // needed to get the done check to work