fix some const correctness

This commit is contained in:
wmayer
2019-12-29 17:13:18 +01:00
parent bb45c7b97e
commit a5630bc689
4 changed files with 6 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ public:
/** @name Nodes */
//@{
virtual SoSeparator* getRoot() override {
virtual SoSeparator* getRoot() const override {
return ViewProviderT::getRoot();
}
virtual SoSeparator* getFrontRoot() const override {