aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index a2ad556e..4147fb17 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -13,9 +13,11 @@
#include "styleengine.hh"
StyleEngine::StyleEngine () {
+ stack = new lout::misc::SimpleVector <Node> (1);
}
StyleEngine::~StyleEngine () {
+ delete stack;
}
void