From: Gilles Depeyrot Date: Thu, 7 Mar 2002 09:47:22 +0000 (+0000) Subject: correction to float array declaration following array implementation changes (will... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/41b3c9662d2e290bc76a776d6a820e6e9c3d3825 correction to float array declaration following array implementation changes (will compile and run as before but probably doesn't do what was intended) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/include/wx/fl/controlbar.h b/contrib/include/wx/fl/controlbar.h index e9e448807c..7094003467 100644 --- a/contrib/include/wx/fl/controlbar.h +++ b/contrib/include/wx/fl/controlbar.h @@ -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.