]> granicus.if.org Git - graphviz/commit
gdiplus plugin: remove some unnecessary casts
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 00:33:09 +0000 (17:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 03:14:26 +0000 (20:14 -0700)
commit7b884e350a2137ea7fcd8e4c3ca24430b62dc2d1
treef62ddae7d0dca85a155617451cfba3f1d6cdd1f5
parent70d7ca585d72336c38c278459c70fb1f02b75701
gdiplus plugin: remove some unnecessary casts

Typed pointers implicitly coerce to void* in C++.
plugin/gdiplus/FileStream.cpp
plugin/gdiplus/gvtextlayout_gdiplus.cpp