]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/game.cpp
moved vararg CRT functions wrappers to a new wxcrtvararg.h header
[wxWidgets.git] / demos / forty / game.cpp
index 4226e58c713fa61e4ce0a30d0f0c77569011425c..e95954131e227e742c2fbb87e280fbad9774a6e2 100644 (file)
 // Last modified: 22nd July 1998 - ported to wxWidgets 2.0
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -829,7 +824,7 @@ Pack::~Pack()
     {
         delete m_cards[m_topCard];
     }
-};
+}
 
 
 //------------------------------------------------------//