]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/apptrait.h
configure test for round
[wxWidgets.git] / include / wx / msw / apptrait.h
index 1305270fb48798d8578b8ef579a8afff4bb1fce1..5d3e733ef315a5f624d76d276e581cf30d6533c3 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     21.06.2003
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MSW_APPTRAIT_H_
@@ -36,7 +36,7 @@ public:
     virtual void AfterChildWaitLoop(void *data);
 
     virtual bool DoMessageFromThreadWait();
-    virtual wxToolkitInfo& GetToolkitInfo();
+    virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;
 };
 
 #endif // wxUSE_GUI