fixing the ambiguous variable declaration

Object created with following semantic Widget obj(),
With most vexing parse, Compiler thinks it is
function declaration of obj which returns the  
object of Widget class.

This commit fixes this ambiguity by creating an object
using braces{}

Signed-off-by: Ratan Gupta <ratankgupta31@gmail.com>
Change-Id: I8d442c3dfd07d68a93fae46ec782774a1efb72ad
1 file changed