diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-12 22:37:38 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-12 22:55:40 +0200 |
commit | cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a (patch) | |
tree | c217767ae3450b79127a6768b582a08211b2d3a9 /src/core/hle | |
parent | Merge pull request #1025 from ogniK5377/bad-cast (diff) | |
download | yuzu-cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a.tar yuzu-cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a.tar.gz yuzu-cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a.tar.bz2 yuzu-cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a.tar.lz yuzu-cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a.tar.xz yuzu-cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a.tar.zst yuzu-cf0a7cd1c16b91fc295edc90a7a1d92d5e056f8a.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h index 8a294c0f2..cd9c74f3d 100644 --- a/src/core/hle/service/service.h +++ b/src/core/hle/service/service.h @@ -23,7 +23,7 @@ class HLERequestContext; } // namespace Kernel namespace FileSys { -struct VfsFilesystem; +class VfsFilesystem; } namespace Service { |