aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-12 18:43:27 -0400
committerGitHub <noreply@github.com>2018-08-12 18:43:27 -0400
commita970709d5dbe83a39c98831f015e15029baa1ab7 (patch)
treed3706e0785873f9ce5f4ce632bba5438885d6748 /src/core/hle/service
parent424e90f0f5e05fb34cfc728b9e12fbfc66ab2fdf (diff)
parentb82b09310827f4b94fb42dfe8a0c64c47878c0c7 (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.h2
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 {