summaryrefslogtreecommitdiff
path: root/src/Fl_Table.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Table.cxx')
-rw-r--r--src/Fl_Table.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx
index 05d96a60f..c145d9010 100644
--- a/src/Fl_Table.cxx
+++ b/src/Fl_Table.cxx
@@ -22,7 +22,7 @@
// EXPERIMENTAL
// We use either std::vector or the private class Fl_Int_Vector
-// depending on the build option OPTION_USE_STD or equivalent.
+// depending on the build option FLTK_OPTION_STD or equivalent.
// This option allows to use std::string and maybe std::vector
// already in FLTK 1.4.x