mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +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/HFMFormat.h>
|
||||||
#include <hfm/HFMFormatRegistry.h>
|
#include <hfm/HFMFormatRegistry.h>
|
||||||
|
|
||||||
class ModelFormatRegistry : public hfm::FormatRegistry {
|
#include <DependencyManager.h>
|
||||||
|
|
||||||
|
class ModelFormatRegistry : public hfm::FormatRegistry, Dependency {
|
||||||
public:
|
public:
|
||||||
ModelFormatRegistry();
|
ModelFormatRegistry();
|
||||||
~ModelFormatRegistry();
|
~ModelFormatRegistry();
|
||||||
|
|
Loading…
Reference in a new issue