mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-26 12:12:03 +00:00
LibAudio: Put all classes in the Audio namespace and remove leading A
This commit is contained in:
parent
0bce5f7403
commit
92f77864de
Notes:
sideshowbarker
2024-07-19 09:35:18 +09:00
Author: https://github.com/awesomekling
Commit: 92f77864de
20 changed files with 127 additions and 103 deletions
|
@ -50,7 +50,7 @@ int main(int argc, char** argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
auto audio_client = AClientConnection::construct();
|
||||
auto audio_client = Audio::ClientConnection::construct();
|
||||
audio_client->handshake();
|
||||
|
||||
if (pledge("stdio shared_buffer accept rpath", nullptr) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue