From fbb85064cfaaf03cc09bacedb16a8561f61f2b3d Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 13 Apr 2013 00:37:18 +0200 Subject: Added prefPaths to contexts; modified SPFactory (bzr r11608.1.94) --- src/sp-rect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-rect.cpp') 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(); } -- cgit v1.2.3