]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vala: Make Callable derive from Symbol
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 9 Nov 2019 14:20:11 +0000 (15:20 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 9 Nov 2019 14:20:11 +0000 (15:20 +0100)
This is a better choice as common base-class.

vala/valacallable.vala

index b8bf036322c890eccf033be884725f05972604e7..406c2bc497850d59ef8620d63df522574c8064bc 100644 (file)
@@ -25,7 +25,7 @@ using GLib;
 /**
  * Interface for all callable types.
  */
-public interface Vala.Callable : CodeNode {
+public interface Vala.Callable : Symbol {
        /**
         * The return type of this callable.
         */