From feafe1632fb6a2c8e2c65df9edbbccfa09ec2ad4 Mon Sep 17 00:00:00 2001 From: dan-du-car Date: Mon, 15 Apr 2024 08:55:20 -0400 Subject: [PATCH] update --- src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.h b/src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.h index 75fe9d6b0..6384aa627 100644 --- a/src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.h +++ b/src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.h @@ -212,7 +212,7 @@ class CARMACloudPlugin: public PluginClient { const char *CONTENT_ENCODING_VALUE = "gzip"; std::string list_tcm = "true"; //API URL to accept TCM response - const std::string TCM_REPLY="tcmreply"; + const QString TCM_REPLY="tcmreply"; }; std::mutex _cfgLock;