summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-26 07:12:21 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-26 07:12:21 -0700
commitecfca6b1197658afb85fffd6f6ac9e92311a4b07 (patch)
treed4b2d1a8717db60a1a2a5767c0ffe21dd79f158f /phpcpp.h
parentffdaa0590d33ea89d116f6c56df2474cc0675ec9 (diff)
Renamed member class to hashmember, because we're going to use the member class for specifying class information
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 724e88d..1179467 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -29,7 +29,7 @@
#include <phpcpp/byval.h>
#include <phpcpp/byref.h>
#include <phpcpp/global.h>
-#include <phpcpp/member.h>
+#include <phpcpp/hashmember.h>
#include <phpcpp/parameters.h>
#include <phpcpp/function.h>
#include <phpcpp/base.h>