diff options
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index a17a350c..ffa13ac9 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -32,7 +32,7 @@ class StyleEngine : public Doctree { public: StyleEngine (dw::core::Layout *layout); ~StyleEngine (); - + /* Doctree interface */ inline const DoctreeNode *top () { return stack->getRef (stack->size () - 1); |