diff options
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 |