From 8621de12c043a7a7d959dbca9b70a5fa02c34781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 14 Aug 2008 21:22:53 +0000 Subject: Don't derive from GObject in libvala where not necessary to improve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-08-14 Jürg Billeter Don't derive from GObject in libvala where not necessary to improve compilation performance svn path=/trunk/; revision=1757 --- ccode/valaccodemacroreplacement.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ccode/valaccodemacroreplacement.vala') diff --git a/ccode/valaccodemacroreplacement.vala b/ccode/valaccodemacroreplacement.vala index 52e0a0a6f..1737c2e7c 100644 --- a/ccode/valaccodemacroreplacement.vala +++ b/ccode/valaccodemacroreplacement.vala @@ -29,7 +29,7 @@ public class Vala.CCodeMacroReplacement : CCodeNode { /** * The name of this macro. */ - public string name { get; set construct; } + public string name { get; set; } /** * The replacement of this macro. -- cgit v1.2.1