mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
AK: Oops, fix typo in RemoveVolatile<T> helper.
This commit is contained in:
parent
516d736afe
commit
7f613c79cd
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
Add a link
Reference in a new issue