Code

Avoid crash by uninitialized perspectives.
[inkscape.git] / src / color-profile-test.h
index d7b361c5087c90e73772784ebeb29c84d5bed1dc..cdbf76b446721bcd2f4799ed08442ab8eeb6a8fc 100644 (file)
@@ -14,7 +14,7 @@
 class ColorProfileTest : public CxxTest::TestSuite
 {
 public:
-    Document* _doc;
+    SPDocument* _doc;
 
     ColorProfileTest() :
         _doc(0)