fix wrong inline

This commit is contained in:
Markus Gans 2017-12-27 01:51:28 +01:00
parent c41ecde590
commit b91f76710b
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ void FDialog::setPos (int x, int y, bool)
}
//----------------------------------------------------------------------
inline void FDialog::move (int dx, int dy)
void FDialog::move (int dx, int dy)
{
setPos (getX() + dx, getY() + dy);
}