ANSI: use default namespace for stdClass

This commit is contained in:
terrafrost 2015-05-23 21:01:45 -05:00
parent 6c345acc1d
commit 649d469c1c

View File

@ -165,7 +165,7 @@ class ANSI
*/
function __construct()
{
$attr_cell = new stdClass();
$attr_cell = new \stdClass();
$attr_cell->bold = false;
$attr_cell->underline = false;
$attr_cell->blink = false;