Skip to content

Commit 4224764

Browse files
author
alex85k
committed
fix remaining class/struct warnings
1 parent 99a5b9b commit 4224764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Algorithms/monotone_decomposition.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include "../Util/MercatorUtil.h"
55

6-
class SymbolicCoordinate;
7-
class SubPath;
6+
struct SymbolicCoordinate;
7+
struct SubPath;
88

99
#include <boost/assert.hpp>
1010
#include <boost/range/irange.hpp>

0 commit comments

Comments
 (0)