X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ftest-helpers.h;h=8dba0c942e23a81d16dfe7350733bbc2bd420602;hb=dfd5d09acde2c72c8a612c4d105af9db20381d3a;hp=3eacb7d13bf7e2edea2583a0a65a5139b0af4056;hpb=b45b3ca12c271745b18a142d10a6ac8efd9f79cc;p=inkscape.git diff --git a/src/test-helpers.h b/src/test-helpers.h index 3eacb7d13..8dba0c942 100644 --- a/src/test-helpers.h +++ b/src/test-helpers.h @@ -32,7 +32,7 @@ T* createSuiteAndDocument( void (*fun)(T*&) ) static_cast(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 )