Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / sp-metadata.h
index 1de4634796545f8a5b673330aa4caa0f2639d0ee..82b7c4fc5dff2eeb35d89269d65409347d2a13af 100644 (file)
@@ -33,7 +33,7 @@ struct SPMetadataClass {
 
 GType sp_metadata_get_type (void);
 
-SPMetadata * sp_document_metadata (Document *document);
+SPMetadata * sp_document_metadata (SPDocument *document);
 
 #endif
 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :