mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
stupid win32 namespace collision
This commit is contained in:
parent
4936cd71c7
commit
ac9def42f6
@ -141,8 +141,8 @@ private:
|
||||
friend class Connection;
|
||||
};
|
||||
|
||||
INLINE ostream &operator << (ostream &out, const ConnectionManager::Interface &interface) {
|
||||
interface.output(out);
|
||||
INLINE ostream &operator << (ostream &out, const ConnectionManager::Interface &iface) {
|
||||
iface.output(out);
|
||||
return out;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user