Fixing bustage

This commit is contained in:
Robert O'Callahan 2008-09-26 10:59:04 +12:00
parent 390adbe464
commit 922268a2f0

View File

@ -63,7 +63,7 @@ enum nsRectVisibility {
// de2a2d24-9753-4488-9fdc-dd0accb484f7
#define NS_IVIEWMANAGER_IID \
{ 0xde2a2d24, 0x9753, 0x4488, \
{ 0x9f, 0xdc, 0xdd, 0x0a, 0xcc, 0xb4, 0x84, 0xf7 } };
{ 0x9f, 0xdc, 0xdd, 0x0a, 0xcc, 0xb4, 0x84, 0xf7 } }
class nsIViewManager : public nsISupports
{