Skip to content
Snippets Groups Projects
Unverified Commit 999ea37b authored by Tobias Leibner's avatar Tobias Leibner Committed by René Fritze
Browse files

[parameter] remove const to make ParametricInterface copyable

parent 305f78c7
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ public:
Parameter DUNE_DEPRECATED_MSG("Use parse_parameter instead (28.08.2017)!") parse_and_check(const Parameter& mu) const;
private:
const ParameterType _unspecified_parameter_type_;
ParameterType _unspecified_parameter_type_;
}; // class ParametricInterface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment