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