summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2015-05-02 01:47:39 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-05-02 01:47:39 +0000
commit280053e5ddfcdf158f62d2d6a72681b3092d2168 (patch)
treecac1af19e44cee72053ad5b91829596eee4a03a9 /src/sp-object.h
parentfixed selection after ungroup (diff)
downloadinkscape-280053e5ddfcdf158f62d2d6a72681b3092d2168.tar.gz
inkscape-280053e5ddfcdf158f62d2d6a72681b3092d2168.zip
Fixed comparison function used in sorts
(bzr r14085)
Diffstat (limited to 'src/sp-object.h')
-rw-r--r--src/sp-object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index f5d47be05..7bc02fad5 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -876,6 +876,7 @@ public:
* -1 first object's position is less than the second \endverbatim
*/
int sp_object_compare_position(SPObject const *first, SPObject const *second);
+bool sp_object_compare_position_bool(SPObject const *first, SPObject const *second);
#endif // SP_OBJECT_H_SEEN