Update M3DWrapper.h

This commit is contained in:
Kim Kulling
2021-07-26 14:44:26 +02:00
committed by GitHub
parent e8e720d584
commit aeae2cf242

View File

@@ -96,7 +96,7 @@ public:
explicit operator bool() const;
// Allow direct access to M3D API
m3d_t *operator->();
m3d_t *operator->() const;
m3d_t *M3D() const;
private: