Testcase code correction

This commit is contained in:
William S Fulton 2018-09-24 07:15:59 +01:00
parent 3872890c1c
commit 7eba1cfea1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */