Move to more memory safe implementation of widget holding
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
|
||||
virtual void draw() override;
|
||||
|
||||
static Widget* builder(const nlohmann::json& j);
|
||||
static std::unique_ptr<Widget> builder(const nlohmann::json& j);
|
||||
|
||||
private:
|
||||
// x, y - center of circle
|
||||
|
||||
Reference in New Issue
Block a user