Clean up comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-09-15 15:22:45 +00:00
parent 84dfd58f69
commit cdd0a08f32

View File

@@ -4,14 +4,17 @@
// Author: David Elliott // Author: David Elliott
// Modified by: // Modified by:
// Created: 2002/11/27 // Created: 2002/11/27
// RCS-ID: $Id: // RCS-ID: $Id$
// Copyright: (c) 2002 David Elliott // Copyright: (c) 2002 David Elliott
// Licence: wxWindows license // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _WX_COCOA_APP_H_ #ifndef _WX_COCOA_APP_H_
#define _WX_COCOA_APP_H_ #define _WX_COCOA_APP_H_
// ========================================================================
// wxApp
// ========================================================================
// Represents the application. Derive OnInit and declare // Represents the application. Derive OnInit and declare
// a new App object to start application // a new App object to start application
class WXDLLEXPORT wxApp: public wxAppBase class WXDLLEXPORT wxApp: public wxAppBase