mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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>
|
#include <DependencyManager.h>
|
||||||
|
|
||||||
class ModelFormatRegistry : public hfm::FormatRegistry, Dependency {
|
class ModelFormatRegistry : public hfm::FormatRegistry, public Dependency {
|
||||||
public:
|
public:
|
||||||
ModelFormatRegistry();
|
ModelFormatRegistry();
|
||||||
~ModelFormatRegistry();
|
~ModelFormatRegistry();
|
||||||
|
|
Loading…
Reference in a new issue