Ticket #1208: quickbook_code_snippet.diff

File quickbook_code_snippet.diff, 447 bytes (added by Darren Garvey, 15 years ago)
  • code_snippet.hpp

     
    106106        mutable std::string snippet;
    107107        mutable std::string id;
    108108        mutable std::vector<std::string> callouts;
     109        std::vector<template_symbol>& storage;
    109110        std::string doc_id;
    110         std::vector<template_symbol>& storage;
    111111    };
    112112}
    113113