]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
* src/LaTeXFeatures.cpp: simplify greektext definition. Patch by G. Milde (bug #6458)
[lyx.git] / src / Layout.h
index 8cea104193f8b1e6529b9da24cf023f6bd536f21..73edd052fcd1698e6dd8ef90fe0e8f0ae209d616 100644 (file)
@@ -245,6 +245,8 @@ public:
        int optionalargs;
        /// Which counter to step
        docstring counter;
+       /// Prefix to use when creating labels
+       docstring refprefix;
        /// Depth of XML command
        int commanddepth;