[Pkg-running-devel] [antpm] 22/31: antpm: use private to hide members

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Mar 24 23:19:38 UTC 2017


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

ralovich-guest pushed a commit to branch master
in repository antpm.

commit e00a632dbf5762b749a8ec7f6f0714c832e899b0
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sun Mar 19 20:57:52 2017 +0100

    antpm: use private to hide members
---
 src/AntChannel.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AntChannel.hpp b/src/AntChannel.hpp
index 3165793..79ba63a 100644
--- a/src/AntChannel.hpp
+++ b/src/AntChannel.hpp
@@ -49,7 +49,7 @@ public:
 struct AntChannel
 {
   uchar chan;
-protected:
+private:
   boost::mutex m_mtxListeners;
   std::list<AntListenerBase*> listeners;
 public:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list