mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix extra semicolon warning.
https://sourceforge.net/p/turtle/tickets/61/
This commit is contained in:
parent
8c68e7a63e
commit
6af0971545
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace detail
|
|||
mock::reset();
|
||||
}
|
||||
};
|
||||
BOOST_GLOBAL_FIXTURE( cleanup );
|
||||
BOOST_GLOBAL_FIXTURE( cleanup )
|
||||
}
|
||||
} // mock
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue