Replaced 10302 with 10301 for FLTK_ABI_VERSION

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9706 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2012-11-06 20:46:14 +00:00
parent 00ed897277
commit 78039ecb55
26 changed files with 83 additions and 83 deletions

View File

@@ -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: