Skip to content

Commit

Permalink
xrEngine/LightAnimLibrary: Abstract declspec behind XR_EXPORT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 11, 2015
1 parent d0238ab commit 3595697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/LightAnimLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void ELightAnimLibrary::Unload()
Items.clear();
}

__declspec(dllexport) void ELightAnimLibrary::Load()
XR_EXPORT void ELightAnimLibrary::Load()
{
string_path fn;
FS.update_path(fn, _game_data_, "lanims.xr");
Expand Down

0 comments on commit 3595697

Please sign in to comment.