Skip to content
Snippets Groups Projects
Commit 575d4fe7 authored by Philippe Canal's avatar Philippe Canal
Browse files

Add missing (at least on some platform) default constructor

parent 6a5a7f32
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ namespace Experimental {
*/
struct TPadPos: Internal::TPadHorizVert {
using Internal::TPadHorizVert::TPadHorizVert;
TPadPos() = default;
TPadPos(const TPadExtent& extent): Internal::TPadHorizVert(extent) {}
/// Add a `TPadExtent`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment