Author: carnold
Date: Sat Jun 21 07:17:58 2008
New Revision: 670201
URL: http://svn.apache.org/viewvc?rev=670201&view=rev
Log:
LOGCXX-276: Missing public access modifier required by VC6
Modified:
logging/log4cxx/trunk/src/test/cpp/filter/denyallfiltertest.cpp
Modified: logging/log4cxx/trunk/src/test/cpp/filter/denyallfiltertest.cpp
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/filter/denyallfiltertest.cpp?rev=670201&r1=670200&r2=670201&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/filter/denyallfiltertest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/filter/denyallfiltertest.cpp Sat Jun 21
07:17:58 2008
@@ -33,7 +33,8 @@
LOGUNIT_TEST_SUITE(DenyAllFilterTest);
LOGUNIT_TEST(test1);
LOGUNIT_TEST_SUITE_END();
-
+
+public:
/**
* Check that DenyAllFilter.decide() returns Filter.DENY.
*/