]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/printing.h
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / printing / printing.h
index 927676794cb36d367c8187c1648df4e3c7a1d526..46276c2428856b224b225a30e0b5c303deb79b7a 100644 (file)
@@ -70,7 +70,7 @@ DECLARE_EVENT_TABLE()
 class MyPrintout: public wxPrintout
 {
  public:
-  MyPrintout(char *title = "My printout"):wxPrintout(title) {}
+  MyPrintout(wxChar *title = _T("My printout")):wxPrintout(title) {}
   bool OnPrintPage(int page);
   bool HasPage(int page);
   bool OnBeginDocument(int startPage, int endPage);