From 4da2501d2c5c579ec40e5fbed37b362b4ae07287 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sat, 28 Nov 2020 10:02:52 -0500 Subject: [PATCH] Big comment --- src/Buffer.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index efbf7f7247..8ddbe67caf 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -196,6 +196,11 @@ public: /// mutable TocBackend toc_backend; + // FIXME The whole reason we need MacroData is that the global macros + // and the real macros both need this kind of data structure. But if + // InsetMathMacroTemplate just had a MacroData as a member, then we + // could probably just have pointers to that here, rather than + // creating all these new objects. class MacroTable { public: struct MacroDefinition { -- 2.39.5