]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 29 Oct 2006 22:57:25 +0000 (22:57 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 29 Oct 2006 22:57:25 +0000 (22:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dfb/dc.h
include/wx/gtk1/dc.h

index 0f189d4eebc8e69860c104526be9a28fcb50e725..7024ea37ad639ecdcc2c2cc017d38c8dfed7ded2 100644 (file)
@@ -92,7 +92,7 @@ public:
     }
     wxCoord YDEV2LOGREL(wxCoord y) const
     {
-        return wCoordRound((double)(y) / m_scaleY);
+        return wxCoordRound((double)(y) / m_scaleY);
     }
     wxCoord XLOG2DEV(wxCoord x) const
     {
index fe00bef38fa2a01409ac998ae0f338647657bc93..e2c64864094ea1ff835b3b3b0f0d6fa731210160 100644 (file)
@@ -82,7 +82,7 @@ public:
     }
     wxCoord YDEV2LOGREL(wxCoord y) const
     {
-        return wCoordRound((double)(y) / m_scaleY);
+        return wxCoordRound((double)(y) / m_scaleY);
     }
     wxCoord XLOG2DEV(wxCoord x) const
     {