diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-12-09 19:04:42 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-12-09 19:04:42 +0000 |
| commit | 7bbad129a0c9c9f3a38b178557d68623bef03464 (patch) | |
| tree | 964e4f6ced0914ea706197645a7ca636ca60376c /src/actions/actions-transform.h | |
| parent | fix, test, and document more Inkscape::URI methods (diff) | |
| download | inkscape-7bbad129a0c9c9f3a38b178557d68623bef03464.tar.gz inkscape-7bbad129a0c9c9f3a38b178557d68623bef03464.zip | |
Gtk/Gio templating of main inkscape application class to allow commandline usage when graphic server is not available
Diffstat (limited to 'src/actions/actions-transform.h')
| -rw-r--r-- | src/actions/actions-transform.h | 5 |
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 |
