]> granicus.if.org Git - graphviz/commit
take a reference instead of a pointer in Visio::Render::PrintOuterShape
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 1 Apr 2021 01:36:37 +0000 (18:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Apr 2021 04:30:38 +0000 (21:30 -0700)
commit1d3a06fd5d3426259f868c5dadc11b7ab26ff432
tree0ddb0ae86e4259e23d1667e18aecc89057593322
parentb70159e96d1af6ba94f52315efd75b95634a40f3
take a reference instead of a pointer in Visio::Render::PrintOuterShape

This function assumes its input pointer is non-null, so we may as well use the
more convenient C++ syntax for this. This will also ease some upcoming changes
to convert the underlying raw pointers to smart pointers.
plugin/visio/VisioRender.cpp
plugin/visio/VisioRender.h