summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection.h b/src/selection.h
index 7ac0f40f3..952dde51d 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -259,10 +259,10 @@ public:
std::list<SPBox3D *> const box3DList(Persp3D *persp = NULL);
/** Returns the number of layers in which there are selected objects. */
- unsigned int numberOfLayers();
+ size_t numberOfLayers();
/** Returns the number of parents to which the selected objects belong. */
- unsigned int numberOfParents();
+ size_t numberOfParents();
/** Returns the bounding rectangle of the selection. */
Geom::OptRect bounds(SPItem::BBoxType type) const;