mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibDSP: Rename library namespace to DSP
That's the standard naming convention, but I didn't follow it when originally creating LibDSP and nobody corrected me, so here I am one year later :^)
This commit is contained in:
parent
3f59356c79
commit
00e13b5b27
Notes:
sideshowbarker
2024-07-17 08:46:34 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 00e13b5b27
Pull-request: https://github.com/SerenityOS/serenity/pull/14607
36 changed files with 92 additions and 92 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <AK/Error.h>
|
||||
#include <AK/NumericLimits.h>
|
||||
|
||||
namespace LibDSP {
|
||||
namespace DSP {
|
||||
|
||||
void Keyboard::set_keyboard_note(u8 pitch, Keyboard::Switch note_switch)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue