FC Updates from BitShares and myself #21
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ namespace fc {
|
|||
{
|
||||
static const char* name()
|
||||
{
|
||||
return (std::string("fc::smart_ref<") + get_typename<T>::name() + std::string(">")).c_str();
|
||||
static std::string n = std::string("fc::smart_ref<") + get_typename<T>::name() + std::string(">");
|
||||
return n.c_str();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue