We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb4ef98 + 609fdf9 commit 6ae3b33Copy full SHA for 6ae3b33
include/scratchcpp/asset.h
@@ -18,6 +18,8 @@ class LIBSCRATCHCPP_EXPORT Asset : public Entity
18
Asset(const std::string &name, const std::string &id, const std::string &format);
19
Asset(const Asset &) = delete;
20
21
+ virtual ~Asset() { }
22
+
23
void setId(const std::string &id);
24
25
const std::string &name() const;
0 commit comments