mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
pandatool/maya: Fix compilation error by missing std namespace
This commit is contained in:
parent
d48695cb2e
commit
a6b6f40015
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
template<class ValueType>
|
template<class ValueType>
|
||||||
bool
|
bool
|
||||||
get_maya_attribute(MObject &node, const string &attribute_name,
|
get_maya_attribute(MObject &node, const std::string &attribute_name,
|
||||||
ValueType &value) {
|
ValueType &value) {
|
||||||
bool status = false;
|
bool status = false;
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ get_maya_attribute(MObject &node, const string &attribute_name,
|
|||||||
*/
|
*/
|
||||||
template<class ValueType>
|
template<class ValueType>
|
||||||
bool
|
bool
|
||||||
set_maya_attribute(MObject &node, const string &attribute_name,
|
set_maya_attribute(MObject &node, const std::string &attribute_name,
|
||||||
ValueType &value) {
|
ValueType &value) {
|
||||||
bool status = false;
|
bool status = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user