diff options
| author | 2014-05-19 21:46:57 -0400 | |
|---|---|---|
| committer | 2014-05-19 21:46:57 -0400 | |
| commit | 204c6bfeca2d3bccfe6602699c0b3420f88aaf07 (patch) | |
| tree | 4ece05e69f90f50e3390eb93a0790180aafcdbc6 /src/common/chunk_file.h | |
| parent | updated Travis-CI image/link in readme for new project repo (diff) | |
| parent | common_types: Changed BasicRect back to Rect, in the common namespace (diff) | |
| download | yuzu-204c6bfeca2d3bccfe6602699c0b3420f88aaf07.tar.gz yuzu-204c6bfeca2d3bccfe6602699c0b3420f88aaf07.tar.xz yuzu-204c6bfeca2d3bccfe6602699c0b3420f88aaf07.zip | |
Merge pull request #2 from archshift/issue-7-fix
Fixes issues with building Citra on OSX
Diffstat (limited to 'src/common/chunk_file.h')
| -rw-r--r-- | src/common/chunk_file.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h index a41205857..8c9f839da 100644 --- a/src/common/chunk_file.h +++ b/src/common/chunk_file.h | |||
| @@ -654,7 +654,8 @@ inline PointerWrapSection::~PointerWrapSection() { | |||
| 654 | } | 654 | } |
| 655 | 655 | ||
| 656 | 656 | ||
| 657 | class CChunkFileReader | 657 | // Commented out because it is currently unused, and breaks builds on OSX |
| 658 | /*class CChunkFileReader | ||
| 658 | { | 659 | { |
| 659 | public: | 660 | public: |
| 660 | enum Error { | 661 | enum Error { |
| @@ -869,6 +870,6 @@ private: | |||
| 869 | int UncompressedSize; | 870 | int UncompressedSize; |
| 870 | char GitVersion[32]; | 871 | char GitVersion[32]; |
| 871 | }; | 872 | }; |
| 872 | }; | 873 | }; */ |
| 873 | 874 | ||
| 874 | #endif // _POINTERWRAP_H_ | 875 | #endif // _POINTERWRAP_H_ |