Fix build.

This commit is contained in:
Adrien Destugues
2014-01-21 12:31:28 +01:00
parent e1a301151f
commit 2585a0c5c9
+1 -1
View File
@@ -28,7 +28,7 @@
DrawingContext::DrawingContext()
:
fDrawState(new (nothrow) DrawState)
fDrawState(new (std::nothrow) DrawState)
{
}