Merge: neo: do not instantiate types directly, use the model API
authorJean Privat <jean@pryen.org>
Wed, 1 Oct 2014 17:39:56 +0000 (13:39 -0400)
committerJean Privat <jean@pryen.org>
Wed, 1 Oct 2014 17:39:56 +0000 (13:39 -0400)
commitaacce25ca720317ef2dee1873966f7044daac04b
treec9b86308535ea361d37c7f4f82cbb2d16972c7be
parenta664a52efb06fb90123b35e25218e4464deeec6e
parent89a6005dd5a7b988cafe6e658aaeaffcd4870042
Merge: neo: do not instantiate types directly, use the model API

Since visibility on constructor is disabled in nitg, the errors was not detected.

Pull-Request: #797
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>