Fix build errors
This commit is contained in:
parent
81e16e1c50
commit
2722a25036
2 changed files with 8 additions and 6 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include "NewPlacement.hpp"
|
||||
#include "Player.hpp"
|
||||
#include "Buffer.hpp"
|
||||
#include "Multithreading.hpp"
|
||||
|
|
@ -200,4 +201,4 @@ tp::halnf Player::getLoadProgress() const {
|
|||
tp::halnf Player::getVolume() {
|
||||
if (!connected) return 0;
|
||||
return mDeviceStream->mVolume;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue