Codechange: rename byte to uint8_t (#12308)
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
|
||||
bool IsSongPlaying() override;
|
||||
|
||||
void SetVolume(byte vol) override;
|
||||
void SetVolume(uint8_t vol) override;
|
||||
const char *GetName() const override { return "cocoa"; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user