Removed an extra scope resolution operator in the declaration of class LifeShape
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,11 +50,11 @@ struct Cell
|
|||||||
class LifeShape
|
class LifeShape
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LifeShape::LifeShape(wxString name,
|
LifeShape(wxString name,
|
||||||
wxString desc,
|
wxString desc,
|
||||||
int width,
|
int width,
|
||||||
int height,
|
int height,
|
||||||
char *data)
|
char *data)
|
||||||
{
|
{
|
||||||
m_name = name;
|
m_name = name;
|
||||||
m_desc = desc;
|
m_desc = desc;
|
||||||
|
Reference in New Issue
Block a user