summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar archshift2014-05-19 15:21:55 -0700
committerGravatar archshift2014-05-19 15:21:55 -0700
commit034e3aabc81219ca3804bfa6483d6667c3ab5679 (patch)
tree1e4745afa663a04ff53044d8333a8519314c775a /src/common
parentCMakeLists: rename HEADS, improved comments (diff)
downloadyuzu-034e3aabc81219ca3804bfa6483d6667c3ab5679.tar.gz
yuzu-034e3aabc81219ca3804bfa6483d6667c3ab5679.tar.xz
yuzu-034e3aabc81219ca3804bfa6483d6667c3ab5679.zip
Improved clarity and whitespace
Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
Diffstat (limited to '')
-rw-r--r--src/common/chunk_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h
index c6a7cee35..8c9f839da 100644
--- a/src/common/chunk_file.h
+++ b/src/common/chunk_file.h
@@ -654,6 +654,7 @@ inline PointerWrapSection::~PointerWrapSection() {
654} 654}
655 655
656 656
657// Commented out because it is currently unused, and breaks builds on OSX
657/*class CChunkFileReader 658/*class CChunkFileReader
658{ 659{
659public: 660public: