[Pkg-running-devel] [antpm] 22/48: lqueue: fix c++ protection level

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:32 UTC 2014


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

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

commit ed43112ec6027e5cbb66ccce1b92450006a67198
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Wed Mar 26 14:16:22 2014 +0100

    lqueue: fix c++ protection level
---
 src/lqueue.hpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/lqueue.hpp b/src/lqueue.hpp
index 042c84c..a8c9def 100644
--- a/src/lqueue.hpp
+++ b/src/lqueue.hpp
@@ -25,9 +25,6 @@
 #include <list>
 
 
-
-
-
 template <typename DataType>
 class lqueue2
 {
@@ -286,7 +283,7 @@ public:
     mCallback = l;
   }
 
-public:
+protected:
   void eventLoop()
   {
     while(!stop)

-- 
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