[Pkg-running-devel] [antpm] 34/39: fix ctor init order warning

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Nov 7 11:13:49 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 31ef6b679747217a4e80ec673b8a36a4cdea1379
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sun Aug 17 15:23:40 2014 +0200

    fix ctor init order warning
---
 src/AntFr405.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AntFr405.cpp b/src/AntFr405.cpp
index 809445f..4a0a52d 100644
--- a/src/AntFr405.cpp
+++ b/src/AntFr405.cpp
@@ -79,8 +79,8 @@ struct AntFr405_EventLoop
 AntFr405::AntFr405()
   : m_serial(new ANTPM_SERIAL_IMPL())
   , m_antMessenger(new AntMessenger())
-  , aplc(getConfigFolder()+std::string("antparse_")+getDateString()+".txt")
   , clientState(BUSY)
+  , aplc(getConfigFolder()+std::string("antparse_")+getDateString()+".txt")
   , clientSN(0)
   , pairedKey(0)
   , doPairing(false)

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