Bug 1060984 - Fix the xulrunnner build now that we static_assert against bad public destructors - no review, xulrunner bustage fix on a CLOSED TREE

This commit is contained in:
Benoit Jacob 2014-09-01 13:07:41 -04:00
parent ab03272a0a
commit 86deb37c57

View File

@ -9,6 +9,7 @@
class SimpleTest : public nsISimpleTest
{
~SimpleTest() {}
public:
NS_DECL_ISUPPORTS
NS_DECL_NSISIMPLETEST