Revert "Re-allow audio channel 15 to be mapped so that users can add"
[dcpomatic.git] / src / lib / file_group.h
index 800d9a059ec949e19497f2aca0256ab7bd9feeb2..21499f5634483feac8f589ac79c797160975502e 100644 (file)
@@ -52,6 +52,7 @@ private:
        /** Index of path that we are currently reading from */
        mutable size_t _current_path;
        mutable FILE* _current_file;
+       mutable size_t _current_size;
 };
 
 #endif