mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Give Pen an out-of-line destructor
This commit is contained in:
parent
ab35c41a93
commit
2a33b35f60
@ -39,3 +39,5 @@ Pen::Pen(const char *colour_opt, int width, wxPenStyle style)
|
||||
, colour_con(OPT_SUB(colour_opt, &Pen::OnColourChanged, this))
|
||||
{
|
||||
}
|
||||
|
||||
Pen::~Pen() { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user