summaryrefslogtreecommitdiff
path: root/hhvm/extensionimpl.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-25 17:56:45 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-25 17:56:45 +0100
commit089c92358d4f43f1715d94244acb4d665fe50d29 (patch)
tree9ac3128d5383c557e4280456c752bd301ef0609a /hhvm/extensionimpl.h
parentae35c4f2b94e37c871ec144ca83c93f215ac6b26 (diff)
parent962ebb8c61a17f889ae1558f6a090ccbd5fa5423 (diff)
Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPP
Diffstat (limited to 'hhvm/extensionimpl.h')
-rw-r--r--hhvm/extensionimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hhvm/extensionimpl.h b/hhvm/extensionimpl.h
index deb80a6..3444f8b 100644
--- a/hhvm/extensionimpl.h
+++ b/hhvm/extensionimpl.h
@@ -30,8 +30,9 @@ public:
* @param data Pointer to the extension object created by the extension programmer
* @param name Name of the extension
* @param version Version identifier of the extension
+ * @param apiversion API version number
*/
- ExtensionImpl(Extension *data, const char *name, const char *version) : ExtensionBase(data) {}
+ ExtensionImpl(Extension *data, const char *name, const char *version, int apiversion) : ExtensionBase(data) {}
/**
* Destructor