mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1055913 - Fix ambiguous reference to Image in imgTools.cpp. r=seth
This commit is contained in:
parent
fd0332bbad
commit
62a88ea438
@ -60,7 +60,7 @@ NS_IMETHODIMP imgTools::DecodeImage(nsIInputStream* aInStr,
|
||||
imgIContainer **aContainer)
|
||||
{
|
||||
nsresult rv;
|
||||
nsRefPtr<Image> image;
|
||||
nsRefPtr<image::Image> image;
|
||||
|
||||
NS_ENSURE_ARG_POINTER(aInStr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user