]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/paper.cpp
Add wxUSE_ARCSTREAM so that other archive classes can be used without wxZip
[wxWidgets.git] / src / common / paper.cpp
index dafaeb189af193865214e5afccc6999da2820378..5a2316cf4fda923a4e575532871cd0b5e24399ac 100644 (file)
@@ -59,7 +59,7 @@ wxPrintPaperType::wxPrintPaperType()
 {
     m_paperId = wxPAPER_NONE;
     m_platformId = 0;
-    m_paperName = wxT("");
+    m_paperName = wxEmptyString;
     m_width = 0;
     m_height = 0;
 }