summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-item.cpp')
-rw-r--r--src/sp-item.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index f6de165a6..52ee6b7d8 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -708,7 +708,8 @@ void SPItem::update(SPCtx* /*ctx*/, guint flags) {
item->avoidRef->handleSettingChange();
}
-void SPItem::modified(unsigned int flags) {
+void SPItem::modified(unsigned int /*flags*/)
+{
}
Inkscape::XML::Node* SPItem::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {