Fix build.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
DrawingContext::DrawingContext()
|
DrawingContext::DrawingContext()
|
||||||
:
|
:
|
||||||
fDrawState(new (nothrow) DrawState)
|
fDrawState(new (std::nothrow) DrawState)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user