mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Fix destructor definition
This commit is contained in:
parent
982afe2c5e
commit
dbadcdc588
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class SourceViewDialog : public wxFrame
|
|||
int pos = 0;
|
||||
int prev_line = -1;
|
||||
public:
|
||||
SourceViewDialog::~SourceViewDialog() {
|
||||
~SourceViewDialog() {
|
||||
//delete m_text1;
|
||||
//m_btn_close->UnBind();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue