Call Finalise.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-06 05:54:16 +00:00
parent 0a57b54b8e
commit 92dda0f7a3
2 changed files with 2 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ ScintillaWX::ScintillaWX(wxStyledTextCtrl* win) {
ScintillaWX::~ScintillaWX() {
Finalise();
}
//----------------------------------------------------------------------