More fixes and wxWidgets coding standards.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -500,7 +500,7 @@ class spParameter : public spContext
|
||||
{
|
||||
public:
|
||||
// type of argument (parameter)
|
||||
string mType;
|
||||
wxString m_Type;
|
||||
|
||||
// "stringified" initial value
|
||||
string mInitVal;
|
||||
@@ -521,7 +521,7 @@ class spAttribute : public spContext
|
||||
{
|
||||
public:
|
||||
// type of the attribute
|
||||
string mType;
|
||||
wxString m_Type;
|
||||
|
||||
// it's initial value
|
||||
string mInitVal;
|
||||
@@ -542,7 +542,7 @@ class spOperation : public spContext
|
||||
{
|
||||
public:
|
||||
// type of return value
|
||||
string mRetType;
|
||||
wxString m_RetType;
|
||||
|
||||
// argument list
|
||||
//MParamListT mParams;
|
||||
|
Reference in New Issue
Block a user