Skip to content

Commit 7eba1cf

Browse files
committed
Testcase code correction
1 parent 3872890 commit 7eba1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/test-suite/doxygen_nested_class.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct DoxOuter {
1414
/** doxInt variable */
1515
int doxInt;
1616
/** doxShort const variable */
17-
static const short doxShort = 1.0;
17+
static const short doxShort = 1;
1818
/** doxMethod description */
1919
void doxMethod() {}
2020
/** doxStaticMethod description */

0 commit comments

Comments
 (0)