Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63339 - branches/quickbook-1.5-spirit2
From: daniel_james_at_[hidden]
Date: 2010-06-26 06:40:32


Author: danieljames
Date: 2010-06-26 06:40:29 EDT (Sat, 26 Jun 2010)
New Revision: 63339
URL: http://svn.boost.org/trac/boost/changeset/63339

Log:
Missing return.
Text files modified:
   branches/quickbook-1.5-spirit2/block_actions.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/quickbook-1.5-spirit2/block_actions.cpp
==============================================================================
--- branches/quickbook-1.5-spirit2/block_actions.cpp (original)
+++ branches/quickbook-1.5-spirit2/block_actions.cpp 2010-06-26 06:40:29 EDT (Sat, 26 Jun 2010)
@@ -54,6 +54,7 @@
     nothing process(quickbook::state& state, block_separator const&)
     {
         state.paragraph_output();
+ return nothing();
     }
 
     begin_section2 process(quickbook::state& state, begin_section const& x)


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