summaryrefslogtreecommitdiffstats
path: root/src/actions/actions-transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/actions-transform.h')
-rw-r--r--src/actions/actions-transform.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/actions/actions-transform.h b/src/actions/actions-transform.h
index 9b1b0dc3d..03c2afd97 100644
--- a/src/actions/actions-transform.h
+++ b/src/actions/actions-transform.h
@@ -11,9 +11,10 @@
#ifndef INK_ACTIONS_TRANSFORM_H
#define INK_ACTIONS_TRANSFORM_H
-class InkscapeApplication;
+template<class T> class ConcreteInkscapeApplication;
-void add_actions_transform(InkscapeApplication* app);
+template<class T>
+void add_actions_transform(ConcreteInkscapeApplication<T>* app);
#endif // INK_ACTIONS_TRANSFORM_H