Index: code_snippet.hpp =================================================================== --- code_snippet.hpp (revision 38866) +++ code_snippet.hpp (working copy) @@ -106,8 +106,8 @@ mutable std::string snippet; mutable std::string id; mutable std::vector callouts; + std::vector& storage; std::string doc_id; - std::vector& storage; }; }