Code

Fix path transformation (LP bug #515237)
[inkscape.git] / src / test-helpers.h
index 3eacb7d13bf7e2edea2583a0a65a5139b0af4056..8dba0c942e23a81d16dfe7350733bbc2bd420602 100644 (file)
@@ -32,7 +32,7 @@ T* createSuiteAndDocument( void (*fun)(T*&) )
         static_cast<void>(g_object_new(inkscape_get_type(), NULL));
     }
 
-    Document* tmp = sp_document_new( NULL, TRUE, true );
+    SPDocument* tmp = sp_document_new( NULL, TRUE, true );
     if ( tmp ) {
         fun( suite );
         if ( suite )