summaryrefslogtreecommitdiff
path: root/vala/valaproperty.vala
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-10-28 13:07:01 +0200
committerJürg Billeter <j@bitron.ch>2010-10-28 16:20:17 +0200
commite81776c024ab1e72b918612e49606f8500aaad06 (patch)
treee80e6e65ccc417359a8cf8531495d5157a68d232 /vala/valaproperty.vala
parent5f3ed0f460a06120900b082c49f9da8bcc1a0a84 (diff)
downloadvala-e81776c024ab1e72b918612e49606f8500aaad06.tar.gz
Rename FormalParameter to Parameter
Diffstat (limited to 'vala/valaproperty.vala')
-rw-r--r--vala/valaproperty.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valaproperty.vala b/vala/valaproperty.vala
index 6fad50498..ae2d022b9 100644
--- a/vala/valaproperty.vala
+++ b/vala/valaproperty.vala
@@ -69,7 +69,7 @@ public class Vala.Property : Symbol, Lockable {
/**
* Represents the generated `this` parameter in this property.
*/
- public FormalParameter this_parameter { get; set; }
+ public Parameter this_parameter { get; set; }
/**
* Specifies whether a `notify` signal should be emitted on property