+ remove inline qualifier
This commit is contained in:
parent
f70e39c1e6
commit
1635834f60
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ void box2d<T>::pad(T padding)
|
|||
|
||||
|
||||
template <typename T>
|
||||
inline bool box2d<T>::from_string(std::string const& str)
|
||||
bool box2d<T>::from_string(std::string const& str)
|
||||
{
|
||||
using boost::spirit::qi::lit;
|
||||
using boost::spirit::qi::double_;
|
||||
|
|
Loading…
Add table
Reference in a new issue