]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptbase.h
don't misinterpret the time after the date as a weekday (patch 1836708)
[wxWidgets.git] / include / wx / unix / apptbase.h
index a4488c6a1b58f4086bd55310fe5e1c0966381213..319efeeb091833a40ee96366688e0b339490ba2e 100644 (file)
@@ -5,21 +5,21 @@
 // Modified by:
 // Created:     23.06.2003
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
+// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UNIX_APPTBASE_H_
 #define _WX_UNIX_APPTBASE_H_
 
-class wxExecuteData;
+struct wxExecuteData;
 class wxPipe;
 
 // ----------------------------------------------------------------------------
 // wxAppTraits: the Unix version adds extra hooks needed by Unix code
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxAppTraits : public wxAppTraitsBase
+class WXDLLIMPEXP_BASE wxAppTraits : public wxAppTraitsBase
 {
 public:
     // wxExecute() support methods