Revision: 7294
http://svn.sourceforge.net/mahogany/?rev=7294&view=rev
Author: vadz
Date: 2007-07-12 06:30:51 -0700 (Thu, 12 Jul 2007)
Log Message:
-----------
quick compilation fix for latest wx from svn
Modified Paths:
--------------
trunk/M/src/classes/ConfigSourcesAll.cpp
Modified: trunk/M/src/classes/ConfigSourcesAll.cpp
===================================================================
--- trunk/M/src/classes/ConfigSourcesAll.cpp 2007-07-12 13:30:44 UTC (rev
7293)
+++ trunk/M/src/classes/ConfigSourcesAll.cpp 2007-07-12 13:30:51 UTC (rev
7294)
@@ -269,6 +269,20 @@
return DoWrite(ld);
}
+#if wxCHECK_VERSION(2, 9, 0)
+ virtual bool DoReadBinary(const wxString& key, wxMemoryBuffer* buf) const
+ {
+ FAIL_MSG( "binary data unsupported" );
+ return false;
+ }
+
+ virtual bool DoWriteBinary(const wxString& key, const wxMemoryBuffer& buf)
+ {
+ FAIL_MSG( "binary data unsupported" );
+ return false;
+ }
+#endif // wx 2.9.0
+
private:
AllConfigSources& m_configSources;
wxString m_path;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates