X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayout.h;h=b02c5289be2a9f315b3c40dbca3197b0913a5a5e;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=39f784638e2bcfc5248fb706567a94485ba7099c;hpb=c3aa7181517fc7fe6c8a4cdd8e0b96c033ed64ee;p=lyx.git diff --git a/src/Layout.h b/src/Layout.h index 39f784638e..b02c5289be 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -111,6 +111,8 @@ public: /// LaTeXArgMap const & latexargs() const { return latexargs_; } /// + LaTeXArgMap const & postcommandargs() const { return postcommandargs_; } + /// LaTeXArgMap const & itemargs() const { return itemargs_; } /// int optArgs() const; @@ -411,6 +413,8 @@ private: /// LaTeXArgMap latexargs_; /// + LaTeXArgMap postcommandargs_; + /// LaTeXArgMap itemargs_; };