[ox/fs] Cleanup
This commit is contained in:
parent
bccae1c613
commit
cbc0fc983c
@ -58,7 +58,8 @@ class FileAddress {
|
|||||||
|
|
||||||
const FileAddress &operator=(const FileAddress &other) noexcept;
|
const FileAddress &operator=(const FileAddress &other) noexcept;
|
||||||
|
|
||||||
[[nodiscard]] constexpr FileAddressType type() const noexcept {
|
[[nodiscard]]
|
||||||
|
constexpr FileAddressType type() const noexcept {
|
||||||
switch (m_type) {
|
switch (m_type) {
|
||||||
case FileAddressType::Path:
|
case FileAddressType::Path:
|
||||||
case FileAddressType::ConstPath:
|
case FileAddressType::ConstPath:
|
||||||
|
Loading…
Reference in New Issue
Block a user