mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
AK: Oops, fix typo in RemoveVolatile<T> helper.
This commit is contained in:
parent
516d736afe
commit
7f613c79cd
Notes:
sideshowbarker
2024-07-19 13:28:08 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7f613c79cd0
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ struct RemoveVolatile {
|
|||
typedef T Type;
|
||||
};
|
||||
template<class T>
|
||||
struct RemoveVolatile<const T> {
|
||||
struct RemoveVolatile<volatile T> {
|
||||
typedef T Type;
|
||||
};
|
||||
template<class T>
|
||||
|
|
Loading…
Add table
Reference in a new issue