summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.h b/src/selection.h
index 75351a4ff..32eade21f 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -361,7 +361,7 @@ private:
void add_3D_boxes_recursively(SPObject *obj);
void remove_box_perspective(SPBox3D *box);
void remove_3D_boxes_recursively(SPObject *obj);
- SPItem *_sizeistItem(bool small, CompareSize compare);
+ SPItem *_sizeistItem(bool sml, CompareSize compare);
std::list<SPBox3D *> _3dboxes;