| Index: compiled/subscription/UserDefinedSubscription.h | 
| =================================================================== | 
| --- a/compiled/subscription/UserDefinedSubscription.h | 
| +++ b/compiled/subscription/UserDefinedSubscription.h | 
| @@ -34,8 +34,10 @@ public: | 
| bool BINDINGS_EXPORTED IsGeneric() const | 
| { | 
| return mDefaults == 0; | 
| } | 
| void BINDINGS_EXPORTED InsertFilterAt(Filter& filter, unsigned pos); | 
| bool BINDINGS_EXPORTED RemoveFilterAt(unsigned pos); | 
| OwnedString BINDINGS_EXPORTED Serialize() const; | 
| }; | 
| + | 
| +typedef intrusive_ptr<UserDefinedSubscription> UserDefinedSubscriptionPtr; | 
|  |