# bugfix boost workaround, shared_ptr didn't offer a const operator*
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1021 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -147,7 +147,7 @@ public:
|
||||
}
|
||||
|
||||
// pointer access
|
||||
inline operator T*() {
|
||||
inline operator T*() const {
|
||||
return ptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user