]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.h
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / MenuBackend.h
index 815f2669a82f5572252ada599684c9f3619720f7..bfb3833bf6eb06bbd9eeb759641afdf97170235c 100644 (file)
@@ -66,6 +66,9 @@ public:
                /** This is the list of user-configurable
                insets to insert into document */
                Custom,
+               /** This is the list of XML elements to
+               insert into the document */
+               Elements,
                /** This is the list of floats that we can
                    insert a list for. */
                FloatListInsert,