[HHPCOMP] Hopefully satisfy the buildbot THIS time.

svn path=/trunk/; revision=68694
This commit is contained in:
Benedikt Freisen 2015-08-11 20:30:32 +00:00
parent f2c87c42b2
commit 9195b8bf65

View file

@ -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;