diff options
Diffstat (limited to 'src/inkscape-application.h')
| -rw-r--r-- | src/inkscape-application.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inkscape-application.h b/src/inkscape-application.h index 1385d2bb2..90553cd0d 100644 --- a/src/inkscape-application.h +++ b/src/inkscape-application.h @@ -23,6 +23,8 @@ #include <gtkmm.h> #include "document.h" +#include "selection.h" + #include "helper/action.h" #include "io/file-export-cmd.h" // File export (non-verb) @@ -37,6 +39,8 @@ public: static Glib::RefPtr<InkscapeApplication> create(); SPDocument* get_active_document(); + Inkscape::Selection* get_active_selection(); + InkFileExportCmd* file_export() { return &_file_export; } protected: |
