summaryrefslogtreecommitdiff
path: root/include/classtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/classtype.h')
-rw-r--r--include/classtype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/classtype.h b/include/classtype.h
index 382a8db..9b6cc9e 100644
--- a/include/classtype.h
+++ b/include/classtype.h
@@ -14,16 +14,16 @@ namespace Php {
/**
* Enumeration definition.
- *
+ *
* The PHP-CPP library tries to hide the Zend engine internals completely from
* the user. Therefore, it does not include any of the Zend header files, nor
- * can it refer to the constants defined in the Zend header files. The
+ * can it refer to the constants defined in the Zend header files. The
* following constants have been copied from Zend. If the Zend engine ever
* changes (which we do not expect) we should also copy the constant values
* used here.
- *
+ *
*/
-enum class ClassType {
+enum class PHPCPP_EXPORT ClassType {
Regular = 0x00,
Abstract = 0x20,
Final = 0x40,