summaryrefslogtreecommitdiff
path: root/src/factories/IncludeFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/factories/IncludeFactory.cpp')
-rw-r--r--src/factories/IncludeFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factories/IncludeFactory.cpp b/src/factories/IncludeFactory.cpp
index ab38c28..f1cde4c 100644
--- a/src/factories/IncludeFactory.cpp
+++ b/src/factories/IncludeFactory.cpp
@@ -12,7 +12,7 @@ ExportResult IncludeHeaderExporter::Export(std::ostream &write, std::shared_ptr<
auto ctype = GetSafeNode<std::string>(node, "ctype");
if(Companion::Instance->IsOTRMode()){
- write << "static const char " << symbol << "[] = \"__OTR__" << (*replacement) << "\";\n\n";
+ write << "static const ALIGN_ASSET(2) char " << symbol << "[] = \"__OTR__" << (*replacement) << "\";\n\n";
return std::nullopt;
}