summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-28 16:09:22 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-28 16:09:22 +0200
commit06f99dc74625d1ce338abda0ab6e0b0194bf48b8 (patch)
treeaae309028b9cf1222557d7158fb1e65e74582ba9 /phpcpp.h
parente72cd10803a020d762db6a7073420294241f690e (diff)
renamed variable class to value class, and implemented most of the methods in it
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 6d85589..5884213 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -20,7 +20,7 @@
#include <phpcpp/type.h>
#include <phpcpp/request.h>
#include <phpcpp/argument.h>
-#include <phpcpp/variable.h>
+#include <phpcpp/value.h>
#include <phpcpp/function.h>
#include <phpcpp/extension.h>