[cpp-log4shib] 16/17: Drop superfluous scope to help Doxygen find the declaration

Scott Cantor cantor.2 at osu.edu
Mon Jun 25 10:18:27 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=b94abd7203848cc9ff7fdc71ba636335df3ae173

commit b94abd7203848cc9ff7fdc71ba636335df3ae173
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Tue Apr 12 14:17:24 2016 +0200

    Drop superfluous scope to help Doxygen find the declaration
---
 src/Category.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Category.cpp b/src/Category.cpp
index b6dd3d2..0eb083b 100644
--- a/src/Category.cpp
+++ b/src/Category.cpp
@@ -201,7 +201,7 @@ namespace log4shib {
 
     /* assume lock is held */
     bool Category::ownsAppender(Appender* appender, 
-                                Category::OwnsAppenderMap::iterator& i2) throw() {
+                                OwnsAppenderMap::iterator& i2) throw() {
         bool owned = false;
 
         if (NULL != appender) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list