mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
build win32
This commit is contained in:
parent
e6caefca84
commit
a0fba3616f
@ -26,6 +26,10 @@
|
||||
#include "pset.h"
|
||||
#include "pmutex.h"
|
||||
|
||||
#ifndef UINTa
|
||||
#define UINTa U32
|
||||
#endif
|
||||
|
||||
class MilesAudioSample;
|
||||
class MilesAudioSequence;
|
||||
|
||||
|
@ -531,7 +531,7 @@ output(ostream &out) const {
|
||||
void MilesAudioManager::
|
||||
write(ostream &out) const {
|
||||
out << (*this) << "\n";
|
||||
AudioSet::iterator ai;
|
||||
AudioSet::const_iterator ai;
|
||||
for (ai = _sounds_on_loan.begin(); ai != _sounds_on_loan.end(); ++ai) {
|
||||
MilesAudioSound *sound = (*ai);
|
||||
out << " " << *sound << "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user