Fixed line too long

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@443 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-04-13 15:23:05 +00:00
parent 966c415953
commit fbc466752c

View file

@ -77,7 +77,10 @@ namespace mock
}
private:
typedef std::map< const detail::verifiable*, detail::child > children_t;
typedef std::map<
const detail::verifiable*,
detail::child
> children_t;
typedef children_t::const_iterator children_cit;
detail::group group_;