diff options
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection.h b/src/selection.h index 4ea70c38d..cf00ba1f4 100644 --- a/src/selection.h +++ b/src/selection.h @@ -134,6 +134,7 @@ public: */ void setReprList(std::vector<XML::Node*> const &reprs); + using ObjectSet::includes; /** @@ -166,6 +167,7 @@ public: * * @return the resulting connection */ + void emitModified(){ _emitModified(this->_flags); }; sigc::connection connectChanged(sigc::slot<void, Selection *> const &slot) { return _changed_signal.connect(slot); } |
