Fix std::move error
This commit is contained in:
parent
396aa8d807
commit
0a150391b8
@ -17,7 +17,8 @@ namespace gaconnector
|
|||||||
// Database
|
// Database
|
||||||
#ifdef XP
|
#ifdef XP
|
||||||
char hash[2 * MD5LEN + 1] = "";
|
char hash[2 * MD5LEN + 1] = "";
|
||||||
if (utilities::generateMD5(XPLANE_CUSTOM_SCENERY, hash, toLog) == 0) {
|
if (utilities::generateMD5(XPLANE_CUSTOM_SCENERY, hash, this->toLog) ==
|
||||||
|
0) {
|
||||||
this->database =
|
this->database =
|
||||||
std::make_unique<file::simdata::SimDatabase>(simVersion,
|
std::make_unique<file::simdata::SimDatabase>(simVersion,
|
||||||
hash,
|
hash,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user