mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Oops, ModelFormatRegistry needs to be defined as a Dependency before it can be used by DependencyManager
This commit is contained in:
parent
da9f37bb39
commit
a04c822ef0
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
|||
#include <hfm/HFMFormat.h>
|
||||
#include <hfm/HFMFormatRegistry.h>
|
||||
|
||||
class ModelFormatRegistry : public hfm::FormatRegistry {
|
||||
#include <DependencyManager.h>
|
||||
|
||||
class ModelFormatRegistry : public hfm::FormatRegistry, Dependency {
|
||||
public:
|
||||
ModelFormatRegistry();
|
||||
~ModelFormatRegistry();
|
||||
|
|
Loading…
Reference in a new issue