]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
no message
[wxWidgets.git] / include / wx / gtk / app.h
index 03b53e24403b39be9946c75af0c64afd31ddb955..dbf52b110cb1344660f553d7ab83000bdfa59e32 100644 (file)
@@ -104,9 +104,11 @@ class wxApp: public wxEvtHandler
     void SetPrintMode( int WXUNUSED(mode) ) {}
     int GetPrintMode() const { return wxPRINT_POSTSCRIPT; }
 
+#if wxUSE_LOG
     /* override this function to create default log target of arbitrary
      * user-defined classv (default implementation creates a wxLogGui object) */
     virtual wxLog *CreateLogTarget();
+#endif // wxUSE_LOG
 
   // implementation