From: johnce Date: Wed, 5 Aug 2009 07:07:44 +0000 (+0000) Subject: struct Document->class Document X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b1d2d69f1bd90e0a0f0b71a2f6e5cb7cd7e82248;p=inkscape.git struct Document->class Document --- diff --git a/src/document.h b/src/document.h index b849181f9..45b828155 100644 --- a/src/document.h +++ b/src/document.h @@ -67,6 +67,7 @@ class Document : public Inkscape::GC::Managed<>, public Inkscape::GC::Finalized, public Inkscape::GC::Anchored { +public: typedef sigc::signal IDChangedSignal; typedef sigc::signal ResourcesChangedSignal; typedef sigc::signal ModifiedSignal; diff --git a/src/sp-object-repr.h b/src/sp-object-repr.h index 0dec20fe0..5a6b1772f 100644 --- a/src/sp-object-repr.h +++ b/src/sp-object-repr.h @@ -21,7 +21,7 @@ class Node; } -SPObject *sp_object_repr_build_tree (ocument *document, Inkscape::XML::Node *repr); +SPObject *sp_object_repr_build_tree (Document *document, Inkscape::XML::Node *repr); GType sp_repr_type_lookup (Inkscape::XML::Node *repr);