summaryrefslogtreecommitdiff
path: root/include/byval.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/byval.h')
-rw-r--r--include/byval.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/byval.h b/include/byval.h
index 38c5280..ad0126b 100644
--- a/include/byval.h
+++ b/include/byval.h
@@ -15,7 +15,7 @@ namespace Php {
/**
* Class definition
*/
-class ByVal : public Argument
+class PHPCPP_EXPORT ByVal : public Argument
{
public:
/**
@@ -57,4 +57,3 @@ public:
* End of namespace
*/
}
-