From 0a150391b8f520f9921c5208dfd5964542572102 Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Tue, 4 Oct 2022 02:15:39 +0200 Subject: [PATCH] Fix std::move error --- recorder/recorder.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recorder/recorder.cpp b/recorder/recorder.cpp index ed29e2f..2e02ddf 100644 --- a/recorder/recorder.cpp +++ b/recorder/recorder.cpp @@ -17,7 +17,8 @@ namespace gaconnector // Database #ifdef XP 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 = std::make_unique(simVersion, hash,