Author: bfreisen Date: Tue Aug 11 20:30:32 2015 New Revision: 68694
URL: http://svn.reactos.org/svn/reactos?rev=68694&view=rev Log: [HHPCOMP] Hopefully satisfy the buildbot THIS time.
Modified: trunk/reactos/tools/hhpcomp/hhp_reader.h
Modified: trunk/reactos/tools/hhpcomp/hhp_reader.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/hhp_reader.h?... ============================================================================== --- trunk/reactos/tools/hhpcomp/hhp_reader.h [iso-8859-1] (original) +++ trunk/reactos/tools/hhpcomp/hhp_reader.h [iso-8859-1] Tue Aug 11 20:30:32 2015 @@ -66,7 +66,7 @@
class hhp_options_section : public hhp_key_value_section { - friend hhp_reader; + friend class hhp_reader;
private: hhp_pair* binary_TOC; @@ -96,7 +96,7 @@
class hhp_files_section : public hhp_section { - friend hhp_reader; + friend class hhp_reader;
private: list<string> filenames;