From 44b33b40d2a040717ca8254d2a65e320c4243f6b Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 3 Jan 2013 00:40:20 +0100 Subject: Fix static class string name --- src/wix.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wix.vala b/src/wix.vala index 3615912..c3fac28 100644 --- a/src/wix.vala +++ b/src/wix.vala @@ -8,7 +8,7 @@ namespace Wixl { } public abstract class WixElement: Object { - public static string name; + public class string name; public string Id { get; set; } public List children; -- cgit