]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/wxllist.h
wxMotif compiles (and runs minimal sample) again after wxMenu changes
[wxWidgets.git] / samples / richedit / wxllist.h
index 940e3aca6b6cb4fb019e16ecfd6c187655324563..39fe17864628ad2613af736940a3866e15939ddd 100644 (file)
@@ -1215,12 +1215,14 @@ private:
    own format.
 
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-class wxLayoutDataObject : public wxPrivateDataObject
+class wxLayoutDataObject : public wxCustomDataObject
 {
 public:
    wxLayoutDataObject(void)
       {
+#if 0 // TODO: No longer exists, what should we do instead?
          SetId("application/wxlayoutlist");
+#endif
          //m_format.SetAtom((GdkAtom) 222222);
       }
 };