diff options
author | Stephen Kennedy | 2008-07-03 22:38:19 +0000 |
---|---|---|
committer | Stephen Kennedy | 2008-07-03 22:38:19 +0000 |
commit | 5106bf4286e73c4c4011120ebcc47d97de28a3c4 (patch) | |
tree | 2a87ef5b88fc161564c7d76ef7b6d7d9af2de530 /common/shape.h | |
parent | 7c60bb50e8f8a95d4f5b6bb38eb156417106a135 (diff) | |
download | scummvm-rg350-5106bf4286e73c4c4011120ebcc47d97de28a3c4.tar.gz scummvm-rg350-5106bf4286e73c4c4011120ebcc47d97de28a3c4.tar.bz2 scummvm-rg350-5106bf4286e73c4c4011120ebcc47d97de28a3c4.zip |
VirtualKeyboardParser mostly completed - needs to be tested
svn-id: r32900
Diffstat (limited to 'common/shape.h')
-rw-r--r-- | common/shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/shape.h b/common/shape.h index 34df476718..981241eee5 100644 --- a/common/shape.h +++ b/common/shape.h @@ -31,7 +31,7 @@ namespace Common { -class Rect; +struct Rect; /*! @brief simple class for handling both 2D position and size |