]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
small fix with footnote, use stringstream some more
[lyx.git] / src / ParagraphParameters.h
index 47149726968a73e9aaf9a9059ae5efb3288321fc..82f8ddc0a714794e61673cd76a6b2e35f8587bbc 100644 (file)
@@ -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<ParameterStruct> container;
 };
+
+
+inline
+char ParagraphParameters::depth() const
+{
+       return param->depth;
+}
 #endif