Build bustage, bug 313309

This commit is contained in:
bsmedberg%covad.net 2005-11-11 15:55:43 +00:00
parent eb0359dfad
commit 3dd06b86e0

View File

@ -64,9 +64,11 @@
*/
class nsISplashScreen : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR( NS_ISPLASHSCREEN_IID )
NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISPLASHSCREEN_IID)
NS_IMETHOD Show() = 0;
NS_IMETHOD Hide() = 0;
}; // class nsISplashScreen
NS_DECLARE_STATIC_IID_ACCESSOR(nsISplashScreen, NS_ISPLASHSCREEN_IID)
#endif // nsISplashScreen_h__