diff options
-rw-r--r-- | framework/Collections/TList.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php index 1a3dffb7..6ce20290 100644 --- a/framework/Collections/TList.php +++ b/framework/Collections/TList.php @@ -47,7 +47,7 @@ class TList extends TComponent implements IteratorAggregate,ArrayAccess,Countabl * number of items
* @var integer
*/
- protected $_c=0;
+ private $_c=0;
/**
* @var boolean whether this list is read-only
*/
|