Formatting.

This commit is contained in:
back2dos
2013-09-10 11:43:45 +02:00
parent e30fff4996
commit 4054939a7c

View File

@@ -116,6 +116,7 @@ abstract Member(Field) from Field to Field {
} }
return null; return null;
} }
function set_isPublic(param) { function set_isPublic(param) {
if (param == null) { if (param == null) {
changeAccess(null, APublic); changeAccess(null, APublic);
@@ -157,6 +158,7 @@ abstract Member(Field) from Field to Field {
if (x == a) return true; if (x == a) return true;
return false; return false;
} }
function changeAccess(add:Access, remove:Access) { function changeAccess(add:Access, remove:Access) {
var i = 0; var i = 0;
if (this.access == null) if (this.access == null)