mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Add virtual destructor to SignalBase
Quashes a frequent warning
This commit is contained in:
parent
c186f153c3
commit
8e2009a055
@ -100,6 +100,7 @@ namespace detail {
|
||||
SignalBase& operator=(SignalBase const&) = delete;
|
||||
protected:
|
||||
SignalBase() = default;
|
||||
virtual ~SignalBase() {};
|
||||
/// @brief Notify a slot that it has been disconnected
|
||||
/// @param tok Token to disconnect
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user