]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
No #if wxUSE_DRAG_AND_DROP around the wxMetafileDataObject class, so compilation...
[wxWidgets.git] / src / msw / menu.cpp
index e2bb43b5f80ac3783c699b4c6c7dbe5380db481d..0894f1f6cf9db8670b6118520dc034de1934d1de 100644 (file)
@@ -219,7 +219,7 @@ bool wxMenu::DoInsertOrAppend(wxMenuItem *pItem, size_t pos)
         // menu is just a normal string (passed in data parameter)
         flags |= MF_STRING;
 
-        pData = (char*)pItem->GetText().c_str();
+        pData = (wxChar*)pItem->GetText().c_str();
     }
 
     BOOL ok;