mirror of https://github.com/BOINC/boinc.git
- MGR: Possible fix for vtable reference issue.
clientgui/ WizardAttach.cpp, .h svn path=/trunk/boinc/; revision=22179
This commit is contained in:
parent
870564fdb0
commit
bf2712ed15
|
@ -16,7 +16,7 @@
|
||||||
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||||
#pragma implementation "WizardAttachProject.h"
|
#pragma implementation "WizardAttach.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "stdwx.h"
|
#include "stdwx.h"
|
||||||
|
@ -175,7 +175,7 @@ void CWizardAttach::CreateControls()
|
||||||
wxLogTrace(wxT("Function Start/End"), wxT("CWizardAttach::CreateControls - Function Begin"));
|
wxLogTrace(wxT("Function Start/End"), wxT("CWizardAttach::CreateControls - Function Begin"));
|
||||||
|
|
||||||
////@begin CWizardAttach content construction
|
////@begin CWizardAttach content construction
|
||||||
CBOINCBaseWizard* itemWizard1 = this;
|
CWizardAttach* itemWizard1 = this;
|
||||||
|
|
||||||
m_WelcomePage = new CWelcomePage;
|
m_WelcomePage = new CWelcomePage;
|
||||||
m_WelcomePage->Create( itemWizard1 );
|
m_WelcomePage->Create( itemWizard1 );
|
||||||
|
|
Loading…
Reference in New Issue