Replace use of 'typedef' by 'using'

Issue #5227
This commit is contained in:
Norman Feske
2024-06-28 17:20:59 +02:00
parent 361557e1f0
commit 19c13877ca
442 changed files with 1306 additions and 1349 deletions

View File

@ -484,7 +484,7 @@ namespace Input {
return "KEY_UNKNOWN";
}
typedef Genode::String<22> Key_name;
using Key_name = Genode::String<22>;
/**
* Return key code for name (linear search)