Fix for Solaris CC build.
git-svn-id: svn://10.0.0.236/trunk@28456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c080d67928
commit
19ee72e6e8
@ -140,6 +140,9 @@ nsresult NS_NewSelectionMgr(nsISelectionMgr** aInstancePtrResult)
|
|||||||
nsSelectionMgr* sm = new nsSelectionMgr;
|
nsSelectionMgr* sm = new nsSelectionMgr;
|
||||||
static nsIID iid = NS_ISELECTIONMGR_IID;
|
static nsIID iid = NS_ISELECTIONMGR_IID;
|
||||||
return sm->QueryInterface(iid, (void**) aInstancePtrResult);
|
return sm->QueryInterface(iid, (void**) aInstancePtrResult);
|
||||||
|
#else
|
||||||
|
// Need to return something here to not break the build on Solaris CC.
|
||||||
|
return NS_OK;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user