X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphParameters.h;h=82f8ddc0a714794e61673cd76a6b2e35f8587bbc;hb=664eb7ff45dbb4fabc22ec0b56798031a82335b1;hp=47149726968a73e9aaf9a9059ae5efb3288321fc;hpb=1a32c26a5ee4af362e249418dc6d441b7ab5d695;p=lyx.git diff --git a/src/ParagraphParameters.h b/src/ParagraphParameters.h index 4714972696..82f8ddc0a7 100644 --- a/src/ParagraphParameters.h +++ b/src/ParagraphParameters.h @@ -6,10 +6,11 @@ #include "ShareContainer.h" #include "LString.h" #include "layout.h" +#include "ParameterStruct.h" class VSpace; class Spacing; -struct ParameterStruct; + // Not yet... lyx 1.3.x or so //#define NO_PEXTRA_REALLY 1 @@ -115,4 +116,11 @@ private: /// static ShareContainer container; }; + + +inline +char ParagraphParameters::depth() const +{ + return param->depth; +} #endif