[vala] Make Vala.Report.{errors,warnings} fields protected
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Make Vala.Report.{errors,warnings} fields protected
- Date: Fri, 19 Aug 2011 09:59:54 +0000 (UTC)
commit 965782aa3d89f7ffdd0d9c7d35a5351669fbe885
Author: Abderrahim Kitouni <a kitouni gmail com>
Date: Fri Aug 19 10:39:15 2011 +0100
Make Vala.Report.{errors,warnings} fields protected
vala/valareport.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vala/valareport.vala b/vala/valareport.vala
index 8d3ece9..66a1e96 100644
--- a/vala/valareport.vala
+++ b/vala/valareport.vala
@@ -26,8 +26,8 @@ using GLib;
* Namespace to centralize reporting warnings and errors.
*/
public class Vala.Report : Object {
- int warnings;
- int errors;
+ protected int warnings;
+ protected int errors;
bool verbose_errors;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]