mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
interrogate: Fix missing namespace qualification
This commit is contained in:
parent
f0fc6e6d56
commit
9fefa1d2e6
@ -42,7 +42,7 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
typedef set<FunctionWriter *, IndirectCompareTo> Writers;
|
||||
typedef std::set<FunctionWriter *, IndirectCompareTo> Writers;
|
||||
Writers _writers;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user