Skip to content

Commit 179b79a

Browse files
authored
Merge pull request #1343 from jolting/TOBjectXDConstructors
Add TObject2D/3D constructors
2 parents ce3a596 + fea9f64 commit 179b79a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/mrpt_math/include/mrpt/math/TObject2D.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ struct TObject2D
3737

3838
variant_t data;
3939

40-
TObject2D() = default;
4140
~TObject2D() = default;
4241

4342
/** Constructor from point, segment, line, polygon. */

modules/mrpt_math/include/mrpt/math/TObject3D.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ struct TObject3D
3838

3939
variant_t data;
4040

41-
TObject3D() = default;
4241
~TObject3D() = default;
4342

4443
/** Constructor from point, segment, line, polygon, or plane */

0 commit comments

Comments
 (0)