Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Jul 1, 2024
1 parent a85084e commit 611edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/threepp/materials/Material.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ namespace threepp {
copyInto(*clone);

return std::dynamic_pointer_cast<T>(clone);
};
}

~Material() override;

Expand Down

0 comments on commit 611edae

Please sign in to comment.