Skip to content
Snippets Groups Projects
Commit d4d29fdd authored by Ben Boeckel's avatar Ben Boeckel
Browse files

IO/LANLX3D: fix `readability-avoid-const-params-in-decls` lints

parent 24c5ced2
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ public:
\param filename name of X3D file
\param version number
*/
explicit Reader(const std::string& filename, const Version version = Version::v1_3);
explicit Reader(const std::string& filename, Version version = Version::v1_3);
// Header Data Block
Header header() const { return size; }
......
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