Merge: FlatText is a private class
authorJean Privat <jean@pryen.org>
Fri, 16 Oct 2015 12:19:42 +0000 (08:19 -0400)
committerJean Privat <jean@pryen.org>
Fri, 16 Oct 2015 12:19:42 +0000 (08:19 -0400)
This PR does two things:
* Define `FlatText` as a private class. Since every clients were using an intrude import, their code do not change.
* Remove nullable warning in text::flat

Pull-Request: #1752
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge