mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-19 23:27:12 +00:00
fix linking error
This commit is contained in:
parent
483319befb
commit
1b97d70b52
|
|
@ -2,4 +2,4 @@
|
||||||
#include "ClientConstants.h"
|
#include "ClientConstants.h"
|
||||||
|
|
||||||
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft LCE ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft LCE ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
||||||
//const wstring ClientConstants::BRANCH_STRING = VER_BRANCHVERSION_STR_W;
|
const wstring ClientConstants::BRANCH_STRING = VER_BRANCHVERSION_STR_W;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue