summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/tree-of-tables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tree-of-tables.cxx b/examples/tree-of-tables.cxx
index e7b8fb51f..e5ec6e0a1 100644
--- a/examples/tree-of-tables.cxx
+++ b/examples/tree-of-tables.cxx
@@ -29,7 +29,7 @@
#define PI 3.14159
#endif
-#if FLTK_ABI_VERSION >= 10302
+#if FLTK_ABI_VERSION >= 10301
class MyTable : public Fl_Table {
char *mode;
public: