summaryrefslogtreecommitdiff
path: root/libs/intrusive/test/virtual_base_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/intrusive/test/virtual_base_test.cpp')
-rw-r--r--libs/intrusive/test/virtual_base_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/intrusive/test/virtual_base_test.cpp b/libs/intrusive/test/virtual_base_test.cpp
index ec9f16bc4d..1b3c8fa812 100644
--- a/libs/intrusive/test/virtual_base_test.cpp
+++ b/libs/intrusive/test/virtual_base_test.cpp
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2007-2009
+// (C) Copyright Ion Gaztanaga 2007-2012
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -78,7 +78,7 @@ int main()
//Test the objects inserted in the base hook list
for(; vect_it != vect_itend; ++vect_it, ++list_it)
- if(&*list_it != &*vect_it)
+ if(&*list_it != &*vect_it)
return 1;
}