Bug 442762 - Annotate mozStorageStatementScoper with NS_STACK_CLASS, r=sdwilsh

This commit is contained in:
Benjamin Smedberg 2008-06-30 21:03:29 -04:00
parent d4c50db758
commit bad1189195

View File

@ -150,7 +150,7 @@ protected:
* Note that this always just resets the statement. If the statement doesn't * Note that this always just resets the statement. If the statement doesn't
* need resetting, the reset operation is inexpensive. * need resetting, the reset operation is inexpensive.
*/ */
class mozStorageStatementScoper class NS_STACK_CLASS mozStorageStatementScoper
{ {
public: public:
mozStorageStatementScoper(mozIStorageStatement* aStatement) mozStorageStatementScoper(mozIStorageStatement* aStatement)