diff options
Diffstat (limited to 'mg_selection.h')
-rw-r--r-- | mg_selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_selection.h b/mg_selection.h index cd48e83..f256dcd 100644 --- a/mg_selection.h +++ b/mg_selection.h @@ -202,7 +202,7 @@ class mgSelection } //! \brief true if the selection holds no items - bool empty(); + bool empty() const; /*! \brief returns detailed info about all selected items. * The ordering is done only by the keyfield of the current level. |