diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-20 16:16:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-20 16:16:03 +0000 |
| commit | cfd4beb36642439db23603f9b8099294761e4624 (patch) | |
| tree | 3e79ba3ea6089033a97917d1e977f94da551422d /src/wx/screen_dialog.cc | |
| parent | 1f8b45c7fd49714628009f5ed2161fbaa2b4d729 (diff) | |
Fix build.
Diffstat (limited to 'src/wx/screen_dialog.cc')
| -rw-r--r-- | src/wx/screen_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index f94400be7..89249645a 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -105,5 +105,5 @@ void ScreenDialog::setup_sensitivity () { wxButton* ok = dynamic_cast<wxButton*> (FindWindowById (wxID_OK, this)); - ok->Enable (_certificate); + ok->Enable (_certificate.get ()); } |
