summaryrefslogtreecommitdiff
path: root/zend/constant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zend/constant.cpp')
-rw-r--r--zend/constant.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/zend/constant.cpp b/zend/constant.cpp
index 102e4f7..4123bba 100644
--- a/zend/constant.cpp
+++ b/zend/constant.cpp
@@ -96,14 +96,12 @@ Constant::Constant(const char *name, const std::string &value) :
* @param clss Class to which the constant is added
* @internal
*/
-void Constant::addTo(ClassBase &clss)
+void Constant::addTo(ClassBase &clss) const
{
// pass on to the implementation
_impl->addTo(clss);
}
-
-
/**
* End of namespace
*/