mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove an unnecessary use of the LOOT_API definition
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user