From: Martin Quinson Date: Tue, 3 Apr 2018 11:17:29 +0000 (+0200) Subject: sonar: make inheritance public X-Git-Tag: v3.20~548 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3607c619ddfa018f4ea69a012a3bc722d6b38491 sonar: make inheritance public --- diff --git a/include/simgrid/kernel/resource/Action.hpp b/include/simgrid/kernel/resource/Action.hpp index 874facf500..d482732388 100644 --- a/include/simgrid/kernel/resource/Action.hpp +++ b/include/simgrid/kernel/resource/Action.hpp @@ -25,7 +25,7 @@ typedef boost::heap::pairing_heap heap_element_type; -class XBT_PUBLIC ActionHeap : heap_type { +class XBT_PUBLIC ActionHeap : public heap_type { friend Action; public: