]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / MacroTable.h
index 594e1bebc8f3c336636ba03c9903dd847d67d6d9..57a0431dea2074bec81ef43d460bcb8b05d05f4b 100644 (file)
@@ -34,6 +34,9 @@ enum MacroType {
        MacroTypeDef
 };
 
+///
+class MacroNameSet : public std::set<docstring> {};
+       
 ///
 class MacroData {
 public: