]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcbase.cpp
Compile fixes for the const patch
[wxWidgets.git] / src / common / dcbase.cpp
index 1beb8edcae184a1f75c519222fdc2d04ebeeef6f..4d86eb2ca041c24bba12b6c0e71d041c37fcfe52 100644 (file)
 // declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dcbase.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -373,7 +369,7 @@ void wxDCBase::DoDrawSpline( wxList *points )
 
 
 // Each element of the widths array will be the width of the string up to and
-// including the coresponding character in text.  This is the generic
+// including the corresponding character in text.  This is the generic
 // implementation, the port-specific classes should do this with native APIs
 // if available and if faster.  Note: pango_layout_index_to_pos is much slower
 // than calling GetTextExtent!!