]> granicus.if.org Git - graphviz/commitdiff
tests: SvgAnalyzer: remove useless extra 'private' access specifier
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 3 Aug 2022 08:28:13 +0000 (10:28 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 16 Aug 2022 10:21:45 +0000 (12:21 +0200)
tests/svgpp_context.h

index a4825c13c63d52934350d131f69b0c7c4d9f8173..eb74688ee049da2bc027f7152a059185f526eef7 100644 (file)
@@ -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;
 };