From 7eba1cfea1ae356ecdf7df02f0f85362e9710d2e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 24 Sep 2018 07:15:59 +0100 Subject: [PATCH] Testcase code correction --- Examples/test-suite/doxygen_nested_class.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */