Index: compiled/filter/ActiveFilter.h |
=================================================================== |
--- a/compiled/filter/ActiveFilter.h |
+++ b/compiled/filter/ActiveFilter.h |
@@ -32,17 +32,17 @@ |
}\ |
void BINDINGS_EXPORTED setter(type value)\ |
{\ |
if (name != value)\ |
{\ |
name = value;\ |
if (FilterNotifier::Topic::topic != FilterNotifier::Topic::NONE)\ |
{\ |
- FilterNotifier::FilterChange(FilterNotifier::Topic::topic, this);\ |
+ FilterNotifier::FilterChange(FilterNotifier::Topic::topic, *this);\ |
}\ |
}\ |
} |
class ActiveFilter : public Filter |
{ |
protected: |
typedef StringMap<bool> DomainMap; |