From 18a3ce28a0932c2402a937273a67458a858bc17c Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Thu, 20 Nov 2008 14:11:10 -0300 Subject: Removed lots of compiler warnings, and formatted code to 80 columns. Used: indent -kr -st -sc -i3 -bad -nbbo -nut --- src/css.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/css.hh') 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 { CssPropertyList() : lout::misc::SimpleVector (1) { refCount = 0; }; - CssPropertyList(const CssPropertyList &p) : lout::misc::SimpleVector (p) { + CssPropertyList(const CssPropertyList &p) : + lout::misc::SimpleVector (p) { refCount = 0; }; -- cgit v1.2.3