Update M3DWrapper.h

pull/3999/head
Kim Kulling 2021-07-26 14:44:26 +02:00 committed by GitHub
parent e8e720d584
commit aeae2cf242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: