fixes build bustage (cannot do a const conversion in a static_cast)
git-svn-id: svn://10.0.0.236/trunk@166768 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1f0e7b0928
commit
3414fcfb92
@ -158,7 +158,7 @@ GetModelList(nsIDOMDocument *domDoc)
|
||||
{
|
||||
nsCOMPtr<nsIDocument> doc = do_QueryInterface(domDoc);
|
||||
|
||||
return NS_STATIC_CAST(const nsVoidArray *,
|
||||
return NS_STATIC_CAST(nsVoidArray *,
|
||||
doc->GetProperty(nsXFormsAtoms::modelListProperty));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user