From 412f5f5e6097bdcd3c49e62f18f6089a4a271026 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 23 Feb 2022 16:47:56 +0000 Subject: [PATCH] Remove an unnecessary use of the LOOT_API definition --- include/loot/metadata/message_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loot/metadata/message_content.h b/include/loot/metadata/message_content.h index 7ecb4f3f..9a3b4c07 100644 --- a/include/loot/metadata/message_content.h +++ b/include/loot/metadata/message_content.h @@ -40,7 +40,7 @@ public: * The code for the default language assumed for message content, which is * "en" (English). */ - LOOT_API static constexpr const char* DEFAULT_LANGUAGE = "en"; + static constexpr const char* DEFAULT_LANGUAGE = "en"; /** * Construct a MessageContent object with an empty English message string.