]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/accel.cpp
fixed converting BI_BITFIELDS bitmaps to DIBs (fixes 589416)
[wxWidgets.git] / src / msw / accel.cpp
index 559f3eaae76dad28bdcaf4794dc6ae9f908a1b70..88351417c7ad1639dec07561530a70271e87df45 100644 (file)
@@ -41,6 +41,8 @@ public:
 protected:
     HACCEL      m_hAccel;
     bool        m_ok;
+
+    DECLARE_NO_COPY_CLASS(wxAcceleratorRefData)
 };
 
 #define M_ACCELDATA ((wxAcceleratorRefData *)m_refData)
@@ -94,7 +96,7 @@ wxAcceleratorTable::wxAcceleratorTable(const wxString& resource)
 extern int wxCharCodeWXToMSW(int id, bool *isVirtual);
 
 // Create from an array
-#if !defined(__WIN16__) && !defined(__TWIN32__) && !defined(__WXWINE__)
+#if !defined(__WIN16__) && !defined(__TWIN32__)
 wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[])
 {
     // Not available in WIN16