From 707b9497c6ffd00e8ea45ffca429ac60880d7acc Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Thu, 25 Jun 2015 09:27:24 -0400 Subject: [PATCH] Increase space reserved for stringstream fwd, cryptonomex/graphene#86 --- include/fc/io/sstream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/io/sstream.hpp b/include/fc/io/sstream.hpp index 9010bfe..285c481 100644 --- a/include/fc/io/sstream.hpp +++ b/include/fc/io/sstream.hpp @@ -27,7 +27,7 @@ namespace fc { private: class impl; - fwd my; + fwd my; }; }