summaryrefslogtreecommitdiff
path: root/include/iterator.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-02 22:25:45 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-02 22:25:45 +0200
commitbbdcdae98979e002476fc1e8296effd0b270928b (patch)
tree8634ff596c4209296a36dd7f8c54d00a8ec29478 /include/iterator.h
parent735ec67aeb40e04a2cf47fa7216b2030c66b37fd (diff)
refactored the class and classbase classes, and introduced a classimpl class in the src directory, this is a first step to remove all zend-specific code from the header files, so that we can later have a hhvm backend for the php-cpp library
Diffstat (limited to 'include/iterator.h')
-rw-r--r--include/iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iterator.h b/include/iterator.h
index a7d4283..13b30fc 100644
--- a/include/iterator.h
+++ b/include/iterator.h
@@ -158,7 +158,7 @@ private:
/**
* Classbase is a friend
*/
- friend class ClassBase;
+ friend class ClassImpl;
};
/**