mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 02:25:07 +00:00
LibAudio: Put all classes in the Audio namespace and remove leading A
This commit is contained in:
parent
0bce5f7403
commit
92f77864de
20 changed files with 127 additions and 103 deletions
|
@ -77,7 +77,7 @@ void SampleWidget::paint_event(GUI::PaintEvent& event)
|
|||
}
|
||||
}
|
||||
|
||||
void SampleWidget::set_buffer(ABuffer* buffer)
|
||||
void SampleWidget::set_buffer(Audio::Buffer* buffer)
|
||||
{
|
||||
if (m_buffer == buffer)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue