From 7bbad129a0c9c9f3a38b178557d68623bef03464 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 9 Dec 2018 20:04:42 +0100 Subject: Gtk/Gio templating of main inkscape application class to allow commandline usage when graphic server is not available --- src/actions/actions-selection.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/actions/actions-selection.h') diff --git a/src/actions/actions-selection.h b/src/actions/actions-selection.h index 1d5a31127..f792a5cb8 100644 --- a/src/actions/actions-selection.h +++ b/src/actions/actions-selection.h @@ -11,9 +11,10 @@ #ifndef INK_ACTIONS_SELECTION_H #define INK_ACTIONS_SELECTION_H -class InkscapeApplication; +template class ConcreteInkscapeApplication; -void add_actions_selection(InkscapeApplication* app); +template +void add_actions_selection(ConcreteInkscapeApplication* app); #endif // INK_ACTIONS_SELECTION_H -- cgit v1.2.3