summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-05-03 14:14:27 -0600
committerLywx <kiritodev01@gmail.com>2024-05-03 15:48:06 -0600
commit58c891187a3d02e2f5d8d92ed11abb367901d057 (patch)
tree51e3ff40b23ee76fdd84ba10cd59c3cab299cb4d
parent9989d25fce60b329b03b1d5a70b3084912cb8644 (diff)
Update IncludeFactory.h
-rw-r--r--src/factories/IncludeFactory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/factories/IncludeFactory.h b/src/factories/IncludeFactory.h
index 6d39a96..226e4ae 100644
--- a/src/factories/IncludeFactory.h
+++ b/src/factories/IncludeFactory.h
@@ -28,10 +28,9 @@ public:
return {
REGISTER(Code, IncludeCodeExporter)
REGISTER(Header, IncludeHeaderExporter)
- REGISTER(Binary, IncludeBinaryExporter)
};
}
uint32_t GetAlignment() override {
return 8;
};
-}; \ No newline at end of file
+};