From 60f288cc584bf34c65698341427cf377b88c7138 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Wed, 25 Jun 2014 16:21:44 -0400 Subject: 2. connect signals (bzr r13341.5.2) --- src/document-undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document-undo.h') diff --git a/src/document-undo.h b/src/document-undo.h index 38e575a34..8333e715a 100644 --- a/src/document-undo.h +++ b/src/document-undo.h @@ -42,7 +42,7 @@ public: static void maybeDone(SPDocument *document, const gchar *keyconst, unsigned int event_type, Glib::ustring const &event_description); - static void resetKey(Inkscape::Application *inkscape, SPDesktop *desktop, GObject *base); + static void resetKey(SPDocument *doc); static void cancel(SPDocument *document); -- cgit v1.2.3 From 45f373f3319b598d8e0222fb48e9d3a4760b2044 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Fri, 27 Jun 2014 15:23:06 -0400 Subject: 5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application (bzr r13341.5.9) --- src/document-undo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/document-undo.h') diff --git a/src/document-undo.h b/src/document-undo.h index 8333e715a..2236626c8 100644 --- a/src/document-undo.h +++ b/src/document-undo.h @@ -12,8 +12,6 @@ class SPDocument; namespace Inkscape { -struct Application; - class DocumentUndo { public: -- cgit v1.2.3