mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix ModelFormatRegistry Dependency inheritance being private
This commit is contained in:
parent
3c38b43a65
commit
1c9beed44f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <DependencyManager.h>
|
||||
|
||||
class ModelFormatRegistry : public hfm::FormatRegistry, Dependency {
|
||||
class ModelFormatRegistry : public hfm::FormatRegistry, public Dependency {
|
||||
public:
|
||||
ModelFormatRegistry();
|
||||
~ModelFormatRegistry();
|
||||
|
|
Loading…
Reference in a new issue