[nostalgia] Fix compiler warnings
This commit is contained in:
parent
1529c82bec
commit
4a921cf65f
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
#include <ox/std/memory.hpp>
|
#include <ox/std/memory.hpp>
|
||||||
|
|
||||||
class ox::Error run(ox::UniquePtr<class ox::FileSystem> fs) noexcept;
|
typename ox::Error run(ox::UniquePtr<class ox::FileSystem> fs) noexcept;
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
|
|
||||||
namespace nostalgia {
|
namespace nostalgia {
|
||||||
|
|
||||||
class ox::Error pack(class ox::FileSystem *src, class ox::FileSystem *dest) noexcept;
|
typename ox::Error pack(class ox::FileSystem *src, class ox::FileSystem *dest) noexcept;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user