Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77548 - trunk/libs/scope_exit/test
From: lorcaminiti_at_[hidden]
Date: 2012-03-25 17:03:06


Author: lcaminiti
Date: 2012-03-25 17:03:05 EDT (Sun, 25 Mar 2012)
New Revision: 77548
URL: http://svn.boost.org/trac/boost/changeset/77548

Log:
Fixed an include (wrong file).
Text files modified:
   trunk/libs/scope_exit/test/world_checkpoint_all_seq_nova.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/scope_exit/test/world_checkpoint_all_seq_nova.cpp
==============================================================================
--- trunk/libs/scope_exit/test/world_checkpoint_all_seq_nova.cpp (original)
+++ trunk/libs/scope_exit/test/world_checkpoint_all_seq_nova.cpp 2012-03-25 17:03:05 EDT (Sun, 25 Mar 2012)
@@ -6,5 +6,5 @@
 // Home at http://www.boost.org/libs/scope_exit
 
 #include "nova.hpp"
-#include "world_seq.cpp"
+#include "world_checkpoint_all_seq.cpp"
 


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