summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-17 13:43:07 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-17 13:43:07 +0000
commit49a06939622941edbfa2e153d9cfb614037da58d (patch)
tree14a23f1ab93bd02b44708964f1ad27030a812a67 /CHANGES
parentae971b97da65ba73f5a3b965435f54e8c0634274 (diff)
Undid the previous Fl_Tabs::value() const change because adding 'const' *does* changed the ABI. Sigh.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5326 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9e20bce77..9ab46ed41 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,8 +8,6 @@ CHANGES IN FLTK 1.1.8
- Added missing "const" to GLUT call (STR #1371)
- Fixed stray FL_RELEASE events after clicking system
areas on OS X (STR #1376)
- - Fl_Tabs::value() is now "const" as described in the
- documentation (STR #1379)
- FLUID now only writes definitions of "o" and "w"
variables as needed, reducing the number of "variable
is shadowed" warnings from GCC.