- MGR: Possible fix for vtable reference issue.

clientgui/
        WizardAttach.cpp, .h


svn path=/trunk/boinc/; revision=22179
This commit is contained in:
Rom Walton 2010-08-10 19:37:03 +00:00
parent 870564fdb0
commit bf2712ed15
1 changed files with 2 additions and 2 deletions

View File

@ -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 );