X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-object.h;h=3c938e8a1554ae6ea1ec553a7649fba952c8ea05;hb=bee3b1cad515d16fd4fe704ec5ee0dfe3510f802;hp=b563d8d3b8abd708a263cde9f92fae961533e9b9;hpb=35fd1876bd1a5dd349689f0aec5f1dc2b4d3ba99;p=inkscape.git diff --git a/src/sp-object.h b/src/sp-object.h index b563d8d3b..3c938e8a1 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -242,12 +242,12 @@ struct SPObject : public GObject { /** Retrieves the title of this object */ gchar const *title() const { return NULL; /* TODO */ } /** Sets the title of this object */ - void setTitle(gchar const *title) { /* TODO */ } + void setTitle(gchar const *title) { (void)title; /* TODO */ } /** Retrieves the description of this object */ gchar const *desc() const { return NULL; /* TODO */ } /** Sets the description of this object */ - void setDesc(gchar const *desc) { /* TODO */ } + void setDesc(gchar const *desc) { (void)desc; /* TODO */ } /** @brief Set the policy under which this object will be * orphan-collected.