diff --git a/Examples/test-suite/doxygen_nested_class.i b/Examples/test-suite/doxygen_nested_class.i index 91218e2bc..55575e34f 100644 --- a/Examples/test-suite/doxygen_nested_class.i +++ b/Examples/test-suite/doxygen_nested_class.i @@ -14,7 +14,7 @@ struct DoxOuter { /** doxInt variable */ int doxInt; /** doxShort const variable */ - static const short doxShort = 1.0; + static const short doxShort = 1; /** doxMethod description */ void doxMethod() {} /** doxStaticMethod description */