diff options
Diffstat (limited to 'src/removeoverlap.h')
| -rw-r--r-- | src/removeoverlap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/removeoverlap.h b/src/removeoverlap.h index cc0c7d9b7..3b093382c 100644 --- a/src/removeoverlap.h +++ b/src/removeoverlap.h @@ -13,6 +13,8 @@ #ifndef SEEN_REMOVEOVERLAP_H #define SEEN_REMOVEOVERLAP_H +class SPItem; + void removeoverlap(std::vector<SPItem*> const &items, double xGap, double yGap); #endif // SEEN_REMOVEOVERLAP_H |
