ChessClock: _active_color should be private

This commit is contained in:
Michael Catanzaro 2013-05-21 18:09:17 -05:00
parent 70e07d56f6
commit e028fa89f6

View file

@ -45,7 +45,7 @@ public class ChessClock : Object
get { return (black_used + 500) / 1000; } get { return (black_used + 500) / 1000; }
} }
public Color _active_color = Color.WHITE; private Color _active_color = Color.WHITE;
public Color active_color public Color active_color
{ {
get { return _active_color; } get { return _active_color; }