diff options
Diffstat (limited to 'src/sp-rect.cpp')
| -rw-r--r-- | src/sp-rect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-rect.cpp b/src/sp-rect.cpp index c150267fc..d16f16a9b 100644 --- a/src/sp-rect.cpp +++ b/src/sp-rect.cpp @@ -34,7 +34,7 @@ #include "sp-factory.h" namespace { - SPRect* createRect() { + SPObject* createRect() { return new SPRect(); } |
