[OS/2] Bug 454956: remove superfluous semicolons to get OS/2 working with GCC 3.4.6, r=wuno@lsvw

This commit is contained in:
Peter Weilbacher 2008-09-12 23:13:39 +03:00
parent 0856b6df76
commit 886e99f448
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
#define NS_IDRAGSESSIONOS2_IID_STR "bc4258b8-33ce-4624-adcb-4b62bb5164c0"
#define NS_IDRAGSESSIONOS2_IID \
{ 0xbc4258b8, 0x33ce, 0x4624, { 0xad, 0xcb, 0x4b, 0x62, 0xbb, 0x51, 0x64, 0xc0 } };
{ 0xbc4258b8, 0x33ce, 0x4624, { 0xad, 0xcb, 0x4b, 0x62, 0xbb, 0x51, 0x64, 0xc0 } }
class nsIDragSessionOS2 : public nsISupports
{

View File

@ -850,7 +850,7 @@ ExtCache::ExtCache() : mCount(0), mSize(0), mExtInfo(0)
ERRMSG(rc, "DosCreateMutexSem")
}
ExtCache::~ExtCache() {};
ExtCache::~ExtCache() {}
//------------------------------------------------------------------------