mirror of https://github.com/BOINC/boinc.git
- MGR: Possible fix for vtable reference issue.
clientgui/ WizardAttach.h svn path=/trunk/boinc/; revision=22175
This commit is contained in:
parent
6789192e20
commit
349ed210d8
|
@ -5845,3 +5845,9 @@ Charlie 6 Aug 2010
|
||||||
clientgui/
|
clientgui/
|
||||||
BOINCGUIApp.cpp, .h
|
BOINCGUIApp.cpp, .h
|
||||||
MainDocument.cpp
|
MainDocument.cpp
|
||||||
|
|
||||||
|
Rom 10 Aug 2010
|
||||||
|
- MGR: Possible fix for vtable reference issue.
|
||||||
|
|
||||||
|
clientgui/
|
||||||
|
WizardAttach.h
|
||||||
|
|
|
@ -182,7 +182,7 @@ class CAccountManagerProcessingPage;
|
||||||
|
|
||||||
class CWizardAttach: public CBOINCBaseWizard
|
class CWizardAttach: public CBOINCBaseWizard
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS( CWizardAttachProject )
|
DECLARE_DYNAMIC_CLASS( CWizardAttach )
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue