cppcheck
This commit is contained in:
@@ -152,7 +152,7 @@ public:
|
||||
{}
|
||||
#else
|
||||
/// Construct with a given \c HeapIterface.
|
||||
HeapT(const HeapInterface &_interface)
|
||||
explicit HeapT(const HeapInterface &_interface)
|
||||
: HeapVector(), interface_(_interface)
|
||||
{}
|
||||
#endif
|
||||
|
||||
@@ -88,7 +88,7 @@ public:
|
||||
|
||||
|
||||
/// Default constructor
|
||||
StripifierT(Mesh& _mesh);
|
||||
explicit StripifierT(Mesh& _mesh);
|
||||
|
||||
/// Destructor
|
||||
~StripifierT();
|
||||
|
||||
Reference in New Issue
Block a user