wxConfig changes to be more logical.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,6 +57,10 @@ public:
|
||||
RegImageList();
|
||||
};
|
||||
|
||||
// array of children of the node
|
||||
struct TreeNode;
|
||||
WX_DEFINE_ARRAY(TreeNode *, TreeChildren);
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// our control
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -90,10 +94,7 @@ public:
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
||||
private:
|
||||
// array of children of the node
|
||||
struct TreeNode;
|
||||
WX_DEFINE_ARRAY(TreeNode *, TreeChildren);
|
||||
|
||||
|
||||
// structure describing a registry key/value
|
||||
struct TreeNode
|
||||
{
|
||||
|
Reference in New Issue
Block a user