]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed an extra scope resolution operator in the declaration of class LifeShape
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Mar 2000 12:07:01 +0000 (12:07 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Mar 2000 12:07:01 +0000 (12:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/life/game.h

index 12bb4ff3ddc0ed625c2d93b255854be9ef20ba51..f88644cb9b1ca319c3d4bf1e3c6139da3866b859 100644 (file)
@@ -50,11 +50,11 @@ struct Cell
 class LifeShape
 {
 public:
-    LifeShape::LifeShape(wxString name,
-                         wxString desc,
-                         int width,
-                         int height,
-                         char *data)
+    LifeShape(wxString name,
+              wxString desc,
+              int width,
+              int height,
+              char *data)
     {
         m_name   = name;
         m_desc   = desc;