]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/dc.mm
Add virtual ~wxAnyScrollHelperBase() to fix compiler warning.
[wxWidgets.git] / src / cocoa / dc.mm
index e8db94d8e663db1e63d62890b52ab031055c3176..0c10821326f7d89e2bf0e5581674bbcbe4666093 100644 (file)
@@ -649,7 +649,7 @@ void wxCocoaDCImpl::ComputeScaleAndOrigin(void)
   m_scaleX = m_logicalScaleX * m_userScaleX;
   m_scaleY = m_logicalScaleY * m_userScaleY;
 
-  // CMB: if scale has changed call SetPen to recalulate the line width
+  // CMB: if scale has changed call SetPen to recalculate the line width
   if (m_scaleX != origScaleX || m_scaleY != origScaleY)
   {
 #if 0