From b1d2d69f1bd90e0a0f0b71a2f6e5cb7cd7e82248 Mon Sep 17 00:00:00 2001 From: johnce Date: Wed, 5 Aug 2009 07:07:44 +0000 Subject: [PATCH] struct Document->class Document --- src/document.h | 1 + src/sp-object-repr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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); -- 2.30.2