mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 723122 - fix clang build. r=jmuizelaar.
This commit is contained in:
parent
dab257b9cd
commit
674b523321
@ -171,7 +171,7 @@ GetImageFromSourceSurface(SourceSurface *aSurface)
|
||||
return static_cast<SourceSurfaceCGBitmapContext*>(aSurface)->GetImage();
|
||||
else if (aSurface->GetType() == SURFACE_DATA)
|
||||
return static_cast<DataSourceSurfaceCG*>(aSurface)->GetImage();
|
||||
assert(0);
|
||||
abort();
|
||||
}
|
||||
|
||||
TemporaryRef<SourceSurface>
|
||||
|
Loading…
Reference in New Issue
Block a user