mirror of https://github.com/odrling/Aegisub
Make pointlessly protected members of DirectSourcePlayer2 private
Originally committed to SVN as r5854.
This commit is contained in:
parent
539dc2fbe4
commit
f45d9f8e2d
|
@ -50,8 +50,6 @@ class DirectSoundPlayer2 : public AudioPlayer {
|
||||||
/// The playback thread
|
/// The playback thread
|
||||||
DirectSoundPlayer2Thread *thread;
|
DirectSoundPlayer2Thread *thread;
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
/// Desired length in milliseconds to write ahead of the playback cursor
|
/// Desired length in milliseconds to write ahead of the playback cursor
|
||||||
int WantedLatency;
|
int WantedLatency;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue