summaryrefslogtreecommitdiff
path: root/vala/valasignal.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valasignal.vala')
-rw-r--r--vala/valasignal.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/vala/valasignal.vala b/vala/valasignal.vala
index 27a3731ec..b7a2ce084 100644
--- a/vala/valasignal.vala
+++ b/vala/valasignal.vala
@@ -66,6 +66,7 @@ public class Vala.Signal : Member, Lockable {
* @return newly created signal
*/
public Signal (string name, DataType return_type, SourceReference? source_reference = null) {
+ base.init ();
this.name = name;
this.return_type = return_type;
this.source_reference = source_reference;