summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_romfs.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-11-18 14:27:16 +0100
committerLioncash <mathew1800@gmail.com>2014-11-18 14:27:16 +0100
commit1a8f466217f5dddc7343faa68c5c3f0370b79ef3 (patch)
treec6a292e938eba90c8b92f32d42f90c5905f63d7f /src/core/file_sys/archive_romfs.h
parentMerge pull request #200 from lioncash/statics (diff)
downloadyuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar
yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar.gz
yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar.bz2
yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar.lz
yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar.xz
yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar.zst
yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/archive_romfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_romfs.h b/src/core/file_sys/archive_romfs.h
index 8d5715734..b0dd421b7 100644
--- a/src/core/file_sys/archive_romfs.h
+++ b/src/core/file_sys/archive_romfs.h
@@ -26,7 +26,7 @@ public:
* Get the IdCode of the archive (e.g. RomFS, SaveData, etc.)
* @return IdCode of the archive
*/
- IdCode GetIdCode() const override { return IdCode::RomFS; };
+ IdCode GetIdCode() const override { return IdCode::RomFS; }
/**
* Open a file specified by its path, using the specified mode