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, 1 insertions, 2 deletions
diff --git a/src/css.hh b/src/css.hh
index 20935dfd..794caaab 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -458,7 +458,7 @@ class CssStyleSheet {
*/
class CssContext {
private:
- CssStyleSheet *sheet[CSS_PRIMARY_USER_IMPORTANT + 1];
+ CssStyleSheet sheet[CSS_PRIMARY_USER_IMPORTANT + 1];
int pos;
void buildUserAgentStyle ();
@@ -466,7 +466,6 @@ class CssContext {
public:
CssContext ();
- ~CssContext ();
void addRule (CssSelector *sel, CssPropertyList *props,
CssPrimaryOrder order);