From 41b3c9662d2e290bc76a776d6a820e6e9c3d3825 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Thu, 7 Mar 2002 09:47:22 +0000 Subject: [PATCH] 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 --- contrib/include/wx/fl/controlbar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.2