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.
1 parent 3877ac0 commit 609fdf9Copy full SHA for 609fdf9
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