Skip to content

Commit 826833f

Browse files
committed
comments
1 parent 966e18c commit 826833f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioLibs/A2DPStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class A2DPStream : public AudioStream, public VolumeSupport {
110110
return cfg;
111111
}
112112

113-
/// provides access to the
113+
/// provides access to the BluetoothA2DPSource
114114
BluetoothA2DPSource &source() {
115115
if (a2dp_source==nullptr){
116116
a2dp = a2dp_source = new BluetoothA2DPSource();

0 commit comments

Comments
 (0)