diff options
Diffstat (limited to 'src/sp-rect.h')
| -rw-r--r-- | src/sp-rect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-rect.h b/src/sp-rect.h index 4e7f9bcdd..36942015a 100644 --- a/src/sp-rect.h +++ b/src/sp-rect.h @@ -22,7 +22,7 @@ #define SP_RECT(obj) ((SPRect*)obj) #define SP_IS_RECT(obj) (dynamic_cast<const SPRect*>((SPObject*)obj)) -class SPRect : public SPShape, public CShape { +class SPRect : public SPShape { public: SPRect(); virtual ~SPRect(); |
