[nostalgia] Fix compiler warnings

This commit is contained in:
2022-05-21 20:08:45 -05:00
parent 1529c82bec
commit 4a921cf65f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
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;
}