forked from mia/Aegisub
Make pointlessly protected members of DirectSourcePlayer2 private
Originally committed to SVN as r5854.
This commit is contained in:
parent
539dc2fbe4
commit
f45d9f8e2d
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ class DirectSoundPlayer2 : public AudioPlayer {
|
|||
/// The playback thread
|
||||
DirectSoundPlayer2Thread *thread;
|
||||
|
||||
protected:
|
||||
|
||||
/// Desired length in milliseconds to write ahead of the playback cursor
|
||||
int WantedLatency;
|
||||
|
||||
|
|
Loading…
Reference in a new issue