summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index 2552449c8..47874096a 100644
--- a/src/style.h
+++ b/src/style.h
@@ -58,6 +58,7 @@ public:
void cascade( SPStyle const *const parent );
void merge( SPStyle const *const parent );
void mergeString( char const *const p );
+ void mergeStatement( CRStatement *statement );
bool operator==(const SPStyle& rhs);
int style_ref() { ++_refcount; return _refcount; }