Skip to content

Commit

Permalink
[gltf-model] Add default destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed May 23, 2021
1 parent cd85f15 commit 746425f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/inexor/vulkan-renderer/gltf2/gltf2_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class Model {
Model(const wrapper::Device &device, tinygltf::Model &model);
Model(const Model &) = delete;
Model(Model &&) = delete;
~Model() = default;

Model &operator=(const Model &) = delete;
Model &operator=(Model &&) = delete;
Expand Down

0 comments on commit 746425f

Please sign in to comment.