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

Similar to the previous commits, 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