From bbdcdae98979e002476fc1e8296effd0b270928b Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 2 Apr 2014 22:25:45 +0200 Subject: 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 --- include/iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/iterator.h') 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; }; /** -- cgit v1.2.3