diff --git a/MaterialLib/MPL/Properties/CreateCurveProperty.cpp b/MaterialLib/MPL/Properties/CreateCurveProperty.cpp
index 65e9b4ccb5343884a1279bab369974425587e7f1..695120e4fd140e4e0656825b3ca19e3db032d1f7 100644
--- a/MaterialLib/MPL/Properties/CreateCurveProperty.cpp
+++ b/MaterialLib/MPL/Properties/CreateCurveProperty.cpp
@@ -46,4 +46,4 @@ std::unique_ptr<CurveProperty> createCurveProperty(
     return std::make_unique<CurveProperty>(independent_variable, curve);
 }
 
-}  // namespace ParameterLib
+}  // namespace MaterialPropertyLib