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
Родитель 24d8739490
Коммит 690834e782
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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