mirror of
https://github.com/reactos/reactos.git
synced 2025-01-08 07:11:16 +00:00
[HHPCOMP] Hopefully satisfy the buildbot THIS time.
svn path=/trunk/; revision=68694
This commit is contained in:
parent
f2c87c42b2
commit
9195b8bf65
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
|
||||
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 @@ public:
|
|||
|
||||
class hhp_files_section : public hhp_section
|
||||
{
|
||||
friend hhp_reader;
|
||||
friend class hhp_reader;
|
||||
|
||||
private:
|
||||
list<string> filenames;
|
||||
|
|
Loading…
Reference in a new issue