Oops, ModelFormatRegistry needs to be defined as a Dependency before it can be used by DependencyManager

This commit is contained in:
sabrina-shanman 2018-12-03 14:25:55 -08:00
parent da9f37bb39
commit a04c822ef0

View file

@ -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();