diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-09-14 09:05:47 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-09-14 09:05:47 +0000 |
| commit | bf5a9dd8028a965e4f072ea45a802b4feb6f821a (patch) | |
| tree | ed5b50a7d7bedb45d38f603b1122854c321da19f /src/ui/clipboard.cpp | |
| parent | Fixes for bug #1716926. Consider backport (diff) | |
| download | inkscape-bf5a9dd8028a965e4f072ea45a802b4feb6f821a.tar.gz inkscape-bf5a9dd8028a965e4f072ea45a802b4feb6f821a.zip | |
Added new LPE parameter to store Items array, also bugfixing in patharray parameter
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 202c8d922..33ad4401c 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -658,7 +658,7 @@ Glib::ustring ClipboardManagerImpl::getShapeOrTextObjectId(SPDesktop *desktop) * @return A vector containing all IDs or empty if no shape or text item was found. * type. Set to "*" to retrive all elements of the types vector inside, feel free to populate more */ -std::vector<Glib::ustring> ClipboardManagerImpl::getElementsOfType(SPDesktop *desktop, gchar const *type) +std::vector<Glib::ustring> ClipboardManagerImpl::getElementsOfType(SPDesktop *desktop, gchar const* type) { std::vector<Glib::ustring> result; SPDocument *tempdoc = _retrieveClipboard(); // any target will do here |
