X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2bcbdfbc798cccc134c192a4a0185035cd9303c..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/math.h?ds=sidebyside diff --git a/include/wx/math.h b/include/wx/math.h index 7a8651f7e0..c1d945c1e2 100644 --- a/include/wx/math.h +++ b/include/wx/math.h @@ -5,7 +5,7 @@ * Modified by: * Created: 02/02/03 * RCS-ID: -* Copyright: (c) +* Copyright: (c) John Labenski * Licence: wxWindows licence */ @@ -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_ */