Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

UVaOceanSimulatorComponent::BeginDestroy() lacks #if WITH_EDITOR in .cpp file #19

Closed
MiKom opened this issue Jul 30, 2014 · 1 comment
Closed
Assignees
Labels

Comments

@MiKom
Copy link

MiKom commented Jul 30, 2014

Declaration of this function in header file is within this macro and definition in .cpp file isn't. This causes compilation error in builds where WITH_EDITOR is set to 0:

    VaOceanPlugin.cpp
    C:\[snip]\Plugins\VaOcean\Source\VaOceanPlugin\Private\VaOceanSimulatorComponent.cpp(125) : error C2509: 'BeginDestroy' : member function not declared in 'UVaOceanSimulatorComponent'
            C:\[snip]\Plugins\VaOcean\Source\VaOceanPlugin\Classes\VaOceanSimulatorComponent.h(67) : see declaration of 'UVaOceanSimulatorComponent'
    C:\[snip]\Plugins\VaOcean\Source\VaOceanPlugin\Private\VaOceanSimulatorComponent.cpp(125) : fatal error C1903: unable to recover from previous error(s); stopping compilation
@ufna ufna added the invalid label Aug 9, 2014
@ufna
Copy link
Owner

ufna commented Aug 9, 2014

It was fixed already in develop branch, I'll release update in two hours

@ufna ufna closed this as completed Aug 9, 2014
@ufna ufna self-assigned this Aug 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants