summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/document.h1
-rw-r--r--src/sp-object-repr.h2
2 files changed, 2 insertions, 1 deletions
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<void, SPObject *> IDChangedSignal;
typedef sigc::signal<void> ResourcesChangedSignal;
typedef sigc::signal<void, guint> 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);