]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/foldbar/foldpanelbar/test.h
Small fixes to allow compilation in Unicode mode with gcc
[wxWidgets.git] / contrib / samples / foldbar / foldpanelbar / test.h
index 1acf964b5a1713cd0300bc224e4d7506560c7d9c..d2ea1075fc1d73c53a2797c515df5347672f0ba0 100644 (file)
@@ -1,21 +1,17 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        test.h
-// Purpose:     
+// Purpose:
 // Author:      Jorgen Bodde
-// Modified by: 
-// Created:     06/27/04 13:34:20
-// RCS-ID:      
-// Copyright:   
-// Licence:     
+// Modified by:
+// Created:     27/06/2004
+// RCS-ID:      $Id$
+// Copyright:   (c) Jorgen Bodde
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _TEST_H_
 #define _TEST_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "test.cpp"
-#endif
-
 /*!
  * Includes
  */
@@ -74,7 +70,7 @@ class wxBoxSizer;
  */
 
 class TestTest: public wxDialog
-{    
+{
     DECLARE_CLASS( TestTest )
     DECLARE_EVENT_TABLE()