summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-04-28 07:24:39 +0200
committerarchshift <admin@archshift.com>2014-04-28 07:24:39 +0200
commit5741f2fb267daa7b1e8001a19bbd243bd2dc8f26 (patch)
tree0c88d46c8ee32e5e5c394f302db52abb74c373f9 /src/common
parentProblematic template functions (diff)
downloadyuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar.gz
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar.bz2
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar.lz
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar.xz
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.tar.zst
yuzu-5741f2fb267daa7b1e8001a19bbd243bd2dc8f26.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/chunk_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h
index a41205857..c6a7cee35 100644
--- a/src/common/chunk_file.h
+++ b/src/common/chunk_file.h
@@ -654,7 +654,7 @@ inline PointerWrapSection::~PointerWrapSection() {
}
-class CChunkFileReader
+/*class CChunkFileReader
{
public:
enum Error {
@@ -869,6 +869,6 @@ private:
int UncompressedSize;
char GitVersion[32];
};
-};
+}; */
#endif // _POINTERWRAP_H_