]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dataobj.cpp
target_carbon added
[wxWidgets.git] / src / mac / carbon / dataobj.cpp
index b384ac7036dc1eeffbcfdff88f3fbfe39fa4016f..ebf1f0dbed73ee4844ec3b7a2b6a128e80f0da9a 100644 (file)
@@ -86,7 +86,9 @@ void wxDataFormat::SetType(  wxDataFormatId  Type )
     {
        wxFAIL_MSG( wxT("invalid dataformat") );
 
-       m_format = '????';
+       // this is '????' but it can't be used in the code because ??' is
+       // parsed as a trigraph!
+       m_format = 0x3f3f3f3f;
     }
 }