Fix a compil issue.
This commit is contained in:
parent
7265f84358
commit
c58b3fe8a4
|
@ -108,6 +108,8 @@ public:
|
||||||
case S_LAST:
|
case S_LAST:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false; // Make compil happy
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetWidth( int aWidth ) { m_width = aWidth; }
|
void SetWidth( int aWidth ) { m_width = aWidth; }
|
||||||
|
|
Loading…
Reference in New Issue