mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibAudio: Put all classes in the Audio namespace and remove leading A
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user