]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
Bug #1040683: Remove assert when deleting menu entry.
[wxWidgets.git] / include / wx / msw / cursor.h
index 1f63efc76d54e45417457891603cb7c7a4651334..1ff62a2011409b2bb304b6eecb6135cebdbd9d9b 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CURSOR_H_
@@ -26,7 +26,7 @@ class WXDLLEXPORT wxCursor : public wxGDIImage
 public:
     // constructors
     wxCursor();
-    wxCursor(const wxCursor& cursor) { Ref(cursor); }
+    wxCursor(const wxCursor& cursor) : wxGDIImage(cursor) { Ref(cursor); }
     wxCursor(const wxImage& image);
     wxCursor(const char bits[], int width, int height,
              int hotSpotX = -1, int hotSpotY = -1,