X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/957f5ab77abb14c70c60f18196e1e0d39292ee59..fdcbb1ce012dbad3a1dd4734fd0323efe7f5154a:/contrib/samples/foldbar/foldpanelbar/test.h diff --git a/contrib/samples/foldbar/foldpanelbar/test.h b/contrib/samples/foldbar/foldpanelbar/test.h index 1acf964b5a..d2ea1075fc 100644 --- a/contrib/samples/foldbar/foldpanelbar/test.h +++ b/contrib/samples/foldbar/foldpanelbar/test.h @@ -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()