]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/edit.h
Add semi-public wxDynamicLibrary::MSWGetModuleHandle().
[wxWidgets.git] / samples / stc / edit.h
index c007173271dfae1108c274e74a5ba5dab3ab3573..44e185ead93f1c74132e9268f30f0d10515af18c 100644 (file)
@@ -152,7 +152,7 @@ class EditPrint: public wxPrintout {
 public:
 
     //! constructor
 public:
 
     //! constructor
-    EditPrint (Edit *edit, wxChar *title = _T(""));
+    EditPrint (Edit *edit, const wxChar *title = wxT(""));
 
     //! event handlers
     bool OnPrintPage (int page);
 
     //! event handlers
     bool OnPrintPage (int page);