Fix ModelFormatRegistry Dependency inheritance being private

This commit is contained in:
sabrina-shanman 2018-12-03 15:28:18 -08:00
parent 3c38b43a65
commit 1c9beed44f

View file

@ -17,7 +17,7 @@
#include <DependencyManager.h>
class ModelFormatRegistry : public hfm::FormatRegistry, Dependency {
class ModelFormatRegistry : public hfm::FormatRegistry, public Dependency {
public:
ModelFormatRegistry();
~ModelFormatRegistry();