From f8c87a457372dfb160a59e6c0d2d4fd7aaffd349 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sat, 22 Oct 2016 08:30:22 +0000 Subject: [PATCH] should maybe fix a bug? --- external/3rd/library/webAPI/webAPIHeartbeat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/3rd/library/webAPI/webAPIHeartbeat.cpp b/external/3rd/library/webAPI/webAPIHeartbeat.cpp index 7b12cd94..37eafb12 100644 --- a/external/3rd/library/webAPI/webAPIHeartbeat.cpp +++ b/external/3rd/library/webAPI/webAPIHeartbeat.cpp @@ -7,7 +7,7 @@ using namespace StellaBellum; webAPIHeartbeat::webAPIHeartbeat() { - std::string filePath = this->get_selfpath().c_str(); + std::string filePath = this->get_selfpath(); webAPI api = webAPI::webAPI( std::string(vxENCRYPT("https://login.stellabellum.net/metric/shoulderTap").decrypt()),