| Type | required |
| Title | MetaAction dtor is now protected |
| Posted by | [EMAIL PROTECTED] |
| Affected | ,vcl sd svx binfilter |
| Effective from | CWS cowfixes01 |
Summary
in vcl/metaact.hxx:
+protected:
+ virtual ~MetaAction();
+
Description
Because MetaActions employ some kind of (weird) refcounting via
Clone()/Duplicate()/Delete(), calling the dtor directly is a
inherently bad idea. Changed all three infringing code places, but
please don't add new code calling the MetaAction dtor directly from
client code.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
