]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/math.h
changing the Multiple Inheritance along the Single Inheritance, patch 1623801
[wxWidgets.git] / include / wx / math.h
index de561737dde2afa6a16e29f8f693ecadd1cf3594..f1f4d889f75dd68c401c13447144778448853104 100644 (file)
 
     inline bool wxIsNullDouble(double x) { return wxIsSameDouble(x, 0.); }
 
-    #if defined(HAVE_ROUND) && !defined(HAVE_DECL_ROUND)
-        extern "C" double round(double);
-    #endif
     inline int wxRound(double x)
     {
         #if defined(HAVE_ROUND)