]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/automtn.h
conversions from int/long to wxString won't compile any more
[wxWidgets.git] / include / wx / msw / ole / automtn.h
index e43474d58a4f75858e24ad7c7c47919e1932a617..412b04dcf409a0572495d18c78efd4ae60ee2c31 100644 (file)
@@ -27,7 +27,7 @@ typedef unsigned short* WXBSTR;
  * Wraps up an IDispatch pointer and invocation; does variant conversion.
  */
 
-class wxAutomationObject: public wxObject
+class WXDLLEXPORT wxAutomationObject: public wxObject
 {
 public:
     wxAutomationObject(WXIDISPATCH* dispatchPtr = NULL);
@@ -91,7 +91,7 @@ public:
 
 // wrapper around BSTR type (by Vadim Zeitlin)
 
-class BasicString
+class WXDLLEXPORT BasicString
 {
 public:
   // ctors & dtor