mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
oops
This commit is contained in:
parent
d171e43af0
commit
eb6aa8c0d8
@ -453,20 +453,11 @@ operator -> () const {
|
||||
// correct.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef CPPPARSER
|
||||
template<class T>
|
||||
INLINE TYPENAME ConstPointerTo<T>::
|
||||
INLINE ConstPointerTo<T>::
|
||||
operator const TYPENAME PointerToBase<T>::To *() const {
|
||||
return _ptr;
|
||||
}
|
||||
#else
|
||||
// work around lame interrogate parser bugs
|
||||
template<class T>
|
||||
INLINE ConstPointerTo<T>::
|
||||
operator const PointerToBase<T>::To *() const {
|
||||
return _ptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: ConstPointerTo::p
|
||||
|
Loading…
x
Reference in New Issue
Block a user