[studio,nostalgia/gfx/studio] Cleanup
All checks were successful
Build / build (push) Successful in 1m14s
All checks were successful
Build / build (push) Successful in 1m14s
This commit is contained in:
@@ -25,7 +25,7 @@ class Popup: public Widget {
|
||||
// emits path parameter
|
||||
ox::Signal<ox::Error(ox::String const&)> finished;
|
||||
|
||||
virtual ~Popup() noexcept = default;
|
||||
~Popup() noexcept override = default;
|
||||
|
||||
virtual void open() noexcept = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user