summaryrefslogtreecommitdiff
path: root/src/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 09:27:01 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-04 09:27:01 +0100
commit59cfe935248918c1151b300eb19496b76ed579a9 (patch)
treee4f00380d599fe3f7cc9399edead14ca1b74a6f9 /src/includes.h
parentecc297108d2851af885c1fb28434769f9478649d (diff)
removed forcedvalue and implemented array and object directly because now it is easier to finetune these classes, removed the Value::validate() method because it does not seem to be necessary, Object constructor now also accepts Php::Value objects that hold a string, to instantiate the described class
Diffstat (limited to 'src/includes.h')
-rw-r--r--src/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/includes.h b/src/includes.h
index 072fab2..60783eb 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -46,7 +46,7 @@
#include "../include/exception.h"
#include "../include/type.h"
#include "../include/value.h"
-#include "../include/forcedvalue.h"
+#include "../include/array.h"
#include "../include/object.h"
#include "../include/hiddenpointer.h"
#include "../include/globals.h"