Some cppcheck fixes
This commit is contained in:
@@ -286,7 +286,7 @@ class PropertyManager {
|
||||
Storage::swap(rhs, *this);
|
||||
}
|
||||
|
||||
static bool propertyExists(PolyConnectivity &mesh, const char *propname) {
|
||||
static bool propertyExists(const PolyConnectivity &mesh, const char *propname) {
|
||||
PROPTYPE dummy;
|
||||
return mesh.get_property_handle(dummy, propname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user