fix a warning

This commit is contained in:
Max Lyon
2021-03-02 12:11:04 +01:00
parent 6b311cef76
commit e8b5529320

View File

@@ -207,7 +207,7 @@ class PropertyManager {
* *
* @param mesh The mesh on which to create the property. * @param mesh The mesh on which to create the property.
*/ */
PropertyManager(const PolyConnectivity& mesh) : mesh_(mesh), retain_(false), name_("") { explicit PropertyManager(const PolyConnectivity& mesh) : mesh_(mesh), retain_(false), name_("") {
PropertyManager::mesh().add_property(prop_, name_); PropertyManager::mesh().add_property(prop_, name_);
} }