Fix a compil issue.

This commit is contained in:
jean-pierre charras 2020-11-14 08:51:21 +01:00
parent 7265f84358
commit c58b3fe8a4
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ public:
case S_LAST:
return false;
}
return false; // Make compil happy
}
void SetWidth( int aWidth ) { m_width = aWidth; }