[vala] Do not allow overriding content property in Comment class
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Do not allow overriding content property in Comment class
- Date: Thu, 26 Jan 2012 20:26:41 +0000 (UTC)
commit c197e4f0ee92c17b372b2664155ee0a1f99fed3b
Author: Florian Brosch <flo brosch gmail com>
Date: Tue Nov 29 01:56:46 2011 +0100
Do not allow overriding content property in Comment class
vala/valacomment.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vala/valacomment.vala b/vala/valacomment.vala
index 181d8a1..0e48f89 100644
--- a/vala/valacomment.vala
+++ b/vala/valacomment.vala
@@ -34,7 +34,7 @@ public class Vala.Comment {
/**
* The text describing the referenced source code.
*/
- public virtual string content { set; get; }
+ public string content { set; get; }
/**
* References the location in the source file where this code node has
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]