[valadoc] Api: Fix missing ';' in property accessor signatures
- From: Florian Brosch <flobrosch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [valadoc] Api: Fix missing ';' in property accessor signatures
- Date: Wed, 21 Oct 2009 10:46:51 +0000 (UTC)
commit 145776880beff932f93bdfc87994062f00107abd
Author: Didier "Ptitjes <ptitjes free fr>
Date: Tue Oct 20 03:15:59 2009 +0200
Api: Fix missing ';' in property accessor signatures
src/libvaladoc/api/propertyaccessor.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/libvaladoc/api/propertyaccessor.vala b/src/libvaladoc/api/propertyaccessor.vala
index dd164c7..c361193 100644
--- a/src/libvaladoc/api/propertyaccessor.vala
+++ b/src/libvaladoc/api/propertyaccessor.vala
@@ -76,7 +76,9 @@ public class Valadoc.Api.PropertyAccessor : Symbol {
}
signature.append_keyword ("get");
}
+ signature.append (";", false);
return signature.get ();
}
}
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]