Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2007-10-31 19:13:34


Author: hkaiser
Date: 2007-10-31 19:13:34 EDT (Wed, 31 Oct 2007)
New Revision: 40632
URL: http://svn.boost.org/trac/boost/changeset/40632

Log:
Applied patch from #1208.
Text files modified:
   trunk/tools/quickbook/code_snippet.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/quickbook/code_snippet.hpp
==============================================================================
--- trunk/tools/quickbook/code_snippet.hpp (original)
+++ trunk/tools/quickbook/code_snippet.hpp 2007-10-31 19:13:34 EDT (Wed, 31 Oct 2007)
@@ -109,8 +109,8 @@
         mutable std::string snippet;
         mutable std::string id;
         mutable std::vector<std::string> callouts;
- std::string doc_id;
         std::vector<template_symbol>& storage;
+ std::string doc_id;
     };
 }
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk