diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-05-02 01:47:39 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-05-02 01:47:39 +0000 |
| commit | 280053e5ddfcdf158f62d2d6a72681b3092d2168 (patch) | |
| tree | cac1af19e44cee72053ad5b91829596eee4a03a9 /src/sp-object.h | |
| parent | fixed selection after ungroup (diff) | |
| download | inkscape-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.h | 1 |
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 |
