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
This commit is contained in:
@@ -823,7 +823,8 @@ public:
|
|||||||
inline cbBarDimHandlerBase* GetDimHandler() { return mpHandler; }
|
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.
|
Helper class used internally by the wxFrameLayout class.
|
||||||
|
Reference in New Issue
Block a user