summaryrefslogtreecommitdiff
path: root/src/classinfo.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-30 13:49:23 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-30 13:49:23 -0700
commit777eb276f635c949ccdcf9613ad55d42190cb387 (patch)
treef5451ae464a37414412d122ff6a283f713638dfa /src/classinfo.cpp
parentecfca6b1197658afb85fffd6f6ac9e92311a4b07 (diff)
Work in progress on adding public and protected properties to classes
Diffstat (limited to 'src/classinfo.cpp')
-rw-r--r--src/classinfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/classinfo.cpp b/src/classinfo.cpp
index 7de7522..aa4d67f 100644
--- a/src/classinfo.cpp
+++ b/src/classinfo.cpp
@@ -177,6 +177,9 @@ void _ClassInfo::initialize(TSRMLS_D)
// store pointer to the class in the unused doc_comment member
_entry->info.user.doc_comment = (const char *)this;
+
+ // initialize the entry
+ initialize(_entry);
}
/**