]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dc.h
set up for OpenVMS richtext & regex and add more samples in compile cascade
[wxWidgets.git] / include / wx / palmos / dc.h
index 07565d3b4f133e0f63c41b93010f1047a9234695..32572a25fc354269070029003c23672032f04423 100644 (file)
@@ -335,7 +335,7 @@ public:
     virtual void DoGetSize(int *w, int *h) const
     {
         wxASSERT_MSG( m_size.IsFullySpecified(),
-                      _T("size of this DC hadn't been set and is unknown") );
+                      wxT("size of this DC hadn't been set and is unknown") );
 
         if ( w )
             *w = m_size.x;