Skip to content
Snippets Groups Projects
Commit 6cf8e887 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'hello_inheritance' into 'master'

Make extends<> a regular base class of HelloTool

See merge request !4671
parents 06e46718 730a4093
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <string> #include <string>
class HelloTool : virtual public extends<AthAlgTool, IHelloTool> { class HelloTool : public extends<AthAlgTool, IHelloTool> {
public: public:
HelloTool( const std::string&, const std::string&, const IInterface* ); HelloTool( const std::string&, const std::string&, const IInterface* );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment