mangosR2 / scriptdev2

MangosR2 universal Script Library, compartible with all mangosR2 cores (v2, 3, 4 and possible later).
http://mangosr2.2x2forum.com/
GNU General Public License v2.0
82 stars 47 forks source link

Compile error on windows #210

Closed ike3 closed 11 years ago

ike3 commented 11 years ago
'instance_blackrock_spire::GetData' : method with override specifier 'override' did not override any base class methods
'instance_ahnkahet::GetData' : method with override specifier 'override' did not override any base class methods

Same for Save, GetData and CheckAchievementCriteriaMeet methods.

Modifier 'override' should be removed as there are no such virtual methods in base class

rsa commented 11 years ago

virtual methods declared in sources, see class MANGOS_DLL_SPEC InstanceData problem in win compile only, need find real source of...

ike3 commented 11 years ago

Compiles successfully now. Thanks!