Skip to content
Snippets Groups Projects
Commit 603973cb authored by Jens Georg's avatar Jens Georg
Browse files

Resolve ambiguity for Application::getName

It inherits two functions from its two base classes. Explicitly use the
one from ApplicationBase.
parent c40a8e2f
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ namespace ChimeraTK {
~Application() {}
using ApplicationBase::getName;
/** This will remove the global pointer to the instance and allows creating another instance
* afterwards. This is mostly useful for writing tests, as it allows to run several applications sequentially
* in the same executable. Note that any ApplicationModules etc. owned by this Application are no longer
......
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