]> git.saurik.com Git - wxWidgets.git/commitdiff
moving to correct position
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Oct 2006 10:47:40 +0000 (10:47 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Oct 2006 10:47:40 +0000 (10:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dcbase.cpp

index 897fa15dcc77f92e4ec542c90ad4c0afbb9f48b8..7951998fec1973fb671561d7321fee3fb0ec8faf 100644 (file)
@@ -1145,6 +1145,8 @@ void wxDCBase::CalculateEllipticPoints( wxList* points,
     } // not iUseAngles
 } // CalculateEllipticPoints
 
+#endif
+
 //
 // temporary home for wxOverlay
 //
@@ -1436,5 +1438,3 @@ void wxDCOverlay::Clear()
 {
     m_overlay.Clear(m_dc);
 }
-
-#endif