From 2d170a0b8b1519befc4cdad57a0a46ccf8d16e0a Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Wed, 1 Sep 2010 13:35:40 -0300 Subject: Fixed function modification propagation. Now all modifications on base function will be propagate until a new modification was found. Reviewer: Hugo Parente Lima Lauro Moura --- typesystem.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'typesystem.h') diff --git a/typesystem.h b/typesystem.h index 4a0e6c7ce..948479d81 100644 --- a/typesystem.h +++ b/typesystem.h @@ -401,6 +401,10 @@ struct APIEXTRACTOR_API FunctionModification: public Modification return m_version; } + bool operator!=(const FunctionModification& other) const; + bool operator==(const FunctionModification& other) const; + + QString toString() const; QString signature; -- cgit v1.2.3