replaced C++ comment with a C one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-06 12:16:24 +00:00
parent 331c8101d2
commit 5f8ba10e86
2 changed files with 4 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
#define M_PI 3.1415926535897932384626433832795
#endif
// Scaling factors for various unit conversions
/* Scaling factors for various unit conversions */
#ifndef METRIC_CONVERSION_CONSTANT
#define METRIC_CONVERSION_CONSTANT 0.0393700787
#endif
@@ -81,5 +81,4 @@
#endif
#endif
/* _WX_MATH_H_ */
#endif /* _WX_MATH_H_ */