diff options
| author | bunnei <bunneidev@gmail.com> | 2018-08-12 18:43:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-12 18:43:27 -0400 |
| commit | a970709d5dbe83a39c98831f015e15029baa1ab7 (patch) | |
| tree | d3706e0785873f9ce5f4ce632bba5438885d6748 /src/core/hle/service | |
| parent | 424e90f0f5e05fb34cfc728b9e12fbfc66ab2fdf (diff) | |
| parent | b82b09310827f4b94fb42dfe8a0c64c47878c0c7 (diff) | |
Merge pull request #1039 from lioncash/type
vfs: Make type hierarchy objects classes instead of structs
Diffstat (limited to 'src/core/hle/service')
| -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 { |
