mirror of https://github.com/odrling/Aegisub
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…
Reference in New Issue