diff options
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.h b/src/selection.h index 29fcbf361..1dcaa53ff 100644 --- a/src/selection.h +++ b/src/selection.h @@ -317,7 +317,7 @@ private: void operator=(Selection const &); /** @brief Issues modification notification signals */ - static bool _emit_modified(Selection *selection); + static gboolean _emit_modified(Selection *selection); /** @brief Schedules an item modification signal to be sent */ void _schedule_modified(SPObject *obj, guint flags); |
