aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index 12d60c23..552fd457 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -171,7 +171,8 @@ class CssPropertyList : public lout::misc::SimpleVector <CssProperty> {
CssPropertyList() : lout::misc::SimpleVector <CssProperty> (1) {
refCount = 0;
};
- CssPropertyList(const CssPropertyList &p) : lout::misc::SimpleVector <CssProperty> (p) {
+ CssPropertyList(const CssPropertyList &p) :
+ lout::misc::SimpleVector <CssProperty> (p) {
refCount = 0;
};