diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-20 12:53:17 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-20 12:53:17 +0000 |
| commit | e92962ddc609aaba91d1b9781ea044e84bafeb1b (patch) | |
| tree | dc25d7d48782832e2c8073f63a2dec4a26081cf8 /src/helper/stock-items.h | |
| parent | round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20) (diff) | |
| download | inkscape-e92962ddc609aaba91d1b9781ea044e84bafeb1b.tar.gz inkscape-e92962ddc609aaba91d1b9781ea044e84bafeb1b.zip | |
Fix for 165865 : markers must take object's stroke color
(bzr r11614)
Diffstat (limited to 'src/helper/stock-items.h')
| -rw-r--r-- | src/helper/stock-items.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/stock-items.h b/src/helper/stock-items.h index 990f45254..a0e5cc2a3 100644 --- a/src/helper/stock-items.h +++ b/src/helper/stock-items.h @@ -17,6 +17,6 @@ class SPObject; -SPObject *get_stock_item(gchar const *urn); +SPObject *get_stock_item(gchar const *urn, gboolean stock=FALSE); #endif // SEEN_INK_STOCK_ITEMS_H |
