mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
966c415953
commit
fbc466752c
1 changed files with 4 additions and 1 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue