summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 11:33:53 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 11:33:53 +0100
commit52fe0c39457421e075959179ee6b64a20b96f0d9 (patch)
treee6dd000114d104bf6286d74682feb694b3cb97a3 /phpcpp.h
parentfa02aa127d2c4261d15123829e44f6d997444abc (diff)
types are not a C++11 class, introduced FixedValue class that can not change type, and implemented both Object and Array to make use of that type, implemented - but not yet tested - Base::value() method
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpcpp.h b/phpcpp.h
index dae3709..daef707 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -26,7 +26,7 @@
*/
#include <phpcpp/type.h>
#include <phpcpp/value.h>
-#include <phpcpp/array.h>
+#include <phpcpp/forcedvalue.h>
#include <phpcpp/hiddenpointer.h>
#include <phpcpp/globals.h>
#include <phpcpp/argument.h>
@@ -36,7 +36,6 @@
#include <phpcpp/hashmember.h>
#include <phpcpp/parameters.h>
#include <phpcpp/modifiers.h>
-#include <phpcpp/properties.h>
#include <phpcpp/base.h>
#include <phpcpp/classtype.h>
#include <phpcpp/classbase.h>