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:
@@ -90,12 +90,12 @@ struct TVarInfo
|
||||
{
|
||||
public:
|
||||
const char* m_Name;
|
||||
int mType;
|
||||
int m_Type;
|
||||
int mOfs;
|
||||
|
||||
TVarInfo( const char* name, int ofs, int varType )
|
||||
: m_Name(name),
|
||||
mType( varType ),
|
||||
m_Type( varType ),
|
||||
mOfs( ofs )
|
||||
{}
|
||||
};
|
||||
|
Reference in New Issue
Block a user