diff options
Diffstat (limited to 'base/template_util.h')
-rw-r--r-- | base/template_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/template_util.h b/base/template_util.h index f19fb4b..916e942 100644 --- a/base/template_util.h +++ b/base/template_util.h @@ -70,7 +70,7 @@ struct ConvertHelper { static NoType Test(...); template <typename From> - static From Create(); + static From& Create(); }; // Used to determine if a type is a struct/union/class. Inspired by Boost's |