summaryrefslogtreecommitdiff
path: root/boost/test/tree/decorator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/tree/decorator.hpp')
-rw-r--r--boost/test/tree/decorator.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/test/tree/decorator.hpp b/boost/test/tree/decorator.hpp
index 27c46682a0..f891a27765 100644
--- a/boost/test/tree/decorator.hpp
+++ b/boost/test/tree/decorator.hpp
@@ -59,6 +59,8 @@ public:
void store_in( test_unit& tu );
void reset();
+
+ std::vector<base_ptr> get_lazy_decorators() const;
private:
BOOST_TEST_SINGLETON_CONS( collector )