]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / log.h
index 4f23682b55cbd27b9f6a5d3936bad8f81813b4cd..b1309ce30ab91f0839185d77f46d8877f138ccaa 100644 (file)
@@ -288,6 +288,8 @@ private:
 // "trivial" derivations of wxLog
 // ----------------------------------------------------------------------------
 
+#if wxABI_VERSION > 20601
+
 // log everything to a buffer
 class WXDLLIMPEXP_BASE wxLogBuffer : public wxLog
 {
@@ -302,6 +304,7 @@ public:
     virtual void Flush();
 
 protected:
+    virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t);
     virtual void DoLogString(const wxChar *szString, time_t t);
 
 private:
@@ -310,6 +313,8 @@ private:
     DECLARE_NO_COPY_CLASS(wxLogBuffer)
 };
 
+#endif // wxABI_VERSION
+
 // log everything to a "FILE *", stderr by default
 class WXDLLIMPEXP_BASE wxLogStderr : public wxLog
 {