aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/abstractmetalang.h b/abstractmetalang.h
index 13e3270a5..eb51dc643 100644
--- a/abstractmetalang.h
+++ b/abstractmetalang.h
@@ -1063,13 +1063,14 @@ public:
*/
CodeSnipList injectedCodeSnips(CodeSnip::Position position = CodeSnip::Any,
TypeSystem::Language language = TypeSystem::All) const;
+
/**
* Verifies if any modification to the function alters/removes its
* arguments types or default values.
* \return true if there is some modification to function signature
*/
bool hasSignatureModifications() const;
- FunctionModificationList modifications(const AbstractMetaClass *implementor) const;
+ FunctionModificationList modifications(const AbstractMetaClass* implementor = 0) const;
// If this function stems from an interface, this returns the
// interface that declares it.