mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
typename
This commit is contained in:
parent
e9027a1daf
commit
ef84c5918c
@ -119,7 +119,7 @@ has_one_value() const {
|
|||||||
// legal value accepted by the numeric range.
|
// legal value accepted by the numeric range.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
template <class NUM>
|
template <class NUM>
|
||||||
INLINE DCNumericRange<NUM>::Number DCNumericRange<NUM>::
|
INLINE TYPENAME DCNumericRange<NUM>::Number DCNumericRange<NUM>::
|
||||||
get_one_value() const {
|
get_one_value() const {
|
||||||
nassertr(has_one_value(), 0);
|
nassertr(has_one_value(), 0);
|
||||||
return _ranges[0]._min;
|
return _ranges[0]._min;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user