summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-21 13:00:15 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-21 13:00:15 +0100
commit11bb11ac06e4438947e6a609d0f78a81af1c7d35 (patch)
tree6ae93cf46e953a908d3509c6080eaf3c79df4e31 /include/value.h
parentf26214be1cfd3702fbe6463735ed533b125c7929 (diff)
fixed compile problem with php 5.5
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/value.h b/include/value.h
index 63914a9..f40b399 100644
--- a/include/value.h
+++ b/include/value.h
@@ -949,7 +949,8 @@ protected:
friend class ClassBase;
friend class Iterator;
friend class Extension;
- friend class ValueIterator;
+ friend class HashIterator;
+ friend class TraverseIterator;
};
/**