summaryrefslogtreecommitdiff
path: root/include/cppunit/TestResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/TestResult.h')
-rw-r--r--include/cppunit/TestResult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/TestResult.h b/include/cppunit/TestResult.h
index 5a39d4d..e18d358 100644
--- a/include/cppunit/TestResult.h
+++ b/include/cppunit/TestResult.h
@@ -19,7 +19,7 @@ class TestFailure;
class TestListener;
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::deque<TestListener *>;
+// template class CPPUNIT_API std::deque<TestListener *>;
#endif
/*! \brief Manages TestListener.