fix warnings
This commit is contained in:
@@ -129,10 +129,10 @@ uLibTypeMacro(Puppet, uLib::Object)
|
||||
|
||||
vtkRendererCollection *GetRenderers() const;
|
||||
|
||||
const std::vector<uLib::PropertyBase *> &GetDisplayProperties() const {
|
||||
const std::vector<uLib::PropertyBase *> &GetDisplayProperties() const override {
|
||||
return m_DisplayProperties;
|
||||
}
|
||||
void RegisterDisplayProperty(uLib::PropertyBase *prop) {
|
||||
void RegisterDisplayProperty(uLib::PropertyBase *prop) override {
|
||||
m_DisplayProperties.push_back(prop);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user