summaryrefslogtreecommitdiff
path: root/vala/valamethodtype.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valamethodtype.vala')
-rw-r--r--vala/valamethodtype.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valamethodtype.vala b/vala/valamethodtype.vala
index 9a492faeb..1cf9a5857 100644
--- a/vala/valamethodtype.vala
+++ b/vala/valamethodtype.vala
@@ -25,7 +25,7 @@ using GLib;
/**
* The type of a method referencea.
*/
-public class Vala.MethodType : DataType {
+public class Vala.MethodType : CallableType {
public Method method_symbol { get; set; }
public MethodType (Method method_symbol) {