]> git.saurik.com Git - wxWidgets.git/commitdiff
correction to float array declaration following array implementation changes (will...
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 7 Mar 2002 09:47:22 +0000 (09:47 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 7 Mar 2002 09:47:22 +0000 (09:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/fl/controlbar.h

index e9e448807c2e463a5985fe302811d24d0495f044..7094003467f35c305f9defa6e16628637941f5e5 100644 (file)
@@ -823,7 +823,8 @@ public:
     inline cbBarDimHandlerBase* GetDimHandler() { return mpHandler; }
 };
 
-WX_DEFINE_ARRAY(float, cbArrayFloat);
+// FIXME: this array definition compiles but probably doesn't do what was intended (GD)
+WX_DEFINE_ARRAY_LONG(float, cbArrayFloat);
 
 /*
 Helper class used internally by the wxFrameLayout class.