diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-29 20:34:06 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-29 20:34:06 +0000 |
| commit | 719b90d62fe152b9ff7f08133d0bb7016c4194f2 (patch) | |
| tree | 725bed1090b75349cd01916a29d74a99046ec085 /src/ui/clipboard.h | |
| parent | Remove warnings on de/activate (diff) | |
| download | inkscape-719b90d62fe152b9ff7f08133d0bb7016c4194f2.tar.gz inkscape-719b90d62fe152b9ff7f08133d0bb7016c4194f2.zip | |
add improvements to selectors and merge stylesheet on copy to work between docs
Diffstat (limited to 'src/ui/clipboard.h')
| -rw-r--r-- | src/ui/clipboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/clipboard.h b/src/ui/clipboard.h index d8c78cd69..aa96a21fe 100644 --- a/src/ui/clipboard.h +++ b/src/ui/clipboard.h @@ -48,7 +48,6 @@ public: virtual Glib::ustring getShapeOrTextObjectId(SPDesktop *desktop) = 0; virtual std::vector<Glib::ustring> getElementsOfType(SPDesktop *desktop, gchar const* type = "*", gint maxdepth = -1) = 0; virtual const gchar *getFirstObjectID() = 0; - static ClipboardManager *get(); protected: ClipboardManager(); // singleton |
