From: Magnus Jacobsson Date: Wed, 3 Aug 2022 08:28:13 +0000 (+0200) Subject: tests: SvgAnalyzer: remove useless extra 'private' access specifier X-Git-Tag: 5.0.1~7^2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f972258de22b6b3e4ac8e3be882b17feaea3cba;p=graphviz tests: SvgAnalyzer: remove useless extra 'private' access specifier --- diff --git a/tests/svgpp_context.h b/tests/svgpp_context.h index a4825c13c..eb74688ee 100644 --- a/tests/svgpp_context.h +++ b/tests/svgpp_context.h @@ -70,6 +70,5 @@ private: void set_impl(svgpp::tag::attribute::points &points, const std::any &range); void set_text_impl(const std::any &range); -private: ISVGAnalyzer *m_svgAnalyzer = nullptr; };