mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
build on irix
This commit is contained in:
parent
3ff5b79b00
commit
022f83833f
@ -357,7 +357,7 @@ pack_required_field(Datagram &dg, PyObject *distobj, DCField *field) const {
|
||||
return;
|
||||
}
|
||||
|
||||
if (set_name.substr(0, 3) != "set") {
|
||||
if (set_name.substr(0, 3) != string("set")) {
|
||||
// This is required to suit our set/get mangling convention.
|
||||
ostringstream strm;
|
||||
strm << "Required field " << set_name << " does not begin with 'set'";
|
||||
|
Loading…
x
Reference in New Issue
Block a user