added explicit to default constructor

This commit is contained in:
silverqx
2024-09-15 18:19:54 +02:00
parent 22b11c3f52
commit 091fb151c2
+1 -1
View File
@@ -125,7 +125,7 @@ namespace Types
struct DontFillDefaultAttributes
{
/*! Default constructor. */
DontFillDefaultAttributes() = default;
explicit DontFillDefaultAttributes() = default;
};
/*! Instance of the tag used to select a constructor without filling Default