fixed errors

This commit is contained in:
AndreaRigoni
2026-03-25 20:30:46 +00:00
parent 6a65fe94c8
commit e4a8499104
17 changed files with 344 additions and 269 deletions

View File

@@ -120,7 +120,7 @@ private:
Puppet& operator=(const Puppet&) = delete;
friend class PuppetData;
class PuppetData *d;
class PuppetData *pd;
};
} // namespace Vtk