diff options
Diffstat (limited to 'src/sp-feoffset.cpp')
| -rw-r--r-- | src/sp-feoffset.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-feoffset.cpp b/src/sp-feoffset.cpp index 0f2f05062..b766f5224 100644 --- a/src/sp-feoffset.cpp +++ b/src/sp-feoffset.cpp @@ -108,8 +108,9 @@ static void sp_feOffset_set(SPObject *object, unsigned int key, gchar const *value) { SPFeOffset *feOffset = SP_FEOFFSET(object); + (void)feOffset; - switch(key) {
+ switch(key) { /*DEAL WITH SETTING ATTRIBUTES HERE*/ default: if (((SPObjectClass *) feOffset_parent_class)->set) |
