From 349ed210d8e0f1a1ad9228f290b005c2194b3705 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 10 Aug 2010 18:57:34 +0000 Subject: [PATCH] - MGR: Possible fix for vtable reference issue. clientgui/ WizardAttach.h svn path=/trunk/boinc/; revision=22175 --- checkin_notes | 6 ++++++ clientgui/WizardAttach.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index f7d2777ce1..9ec8bfbdda 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5845,3 +5845,9 @@ Charlie 6 Aug 2010 clientgui/ BOINCGUIApp.cpp, .h MainDocument.cpp + +Rom 10 Aug 2010 + - MGR: Possible fix for vtable reference issue. + + clientgui/ + WizardAttach.h diff --git a/clientgui/WizardAttach.h b/clientgui/WizardAttach.h index c50c7beb6e..f3d8f92eaf 100644 --- a/clientgui/WizardAttach.h +++ b/clientgui/WizardAttach.h @@ -182,7 +182,7 @@ class CAccountManagerProcessingPage; class CWizardAttach: public CBOINCBaseWizard { - DECLARE_DYNAMIC_CLASS( CWizardAttachProject ) + DECLARE_DYNAMIC_CLASS( CWizardAttach ) DECLARE_EVENT_TABLE() public: