mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibGfx: Remove unnecessary AK:: prefix in VectorN.h
This commit is contained in:
parent
445011d50d
commit
8dc7810976
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ public:
|
|||
constexpr auto const& data() const { return m_data; }
|
||||
|
||||
private:
|
||||
AK::Array<T, N> m_data;
|
||||
Array<T, N> m_data;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue