summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-08-17 15:23:40 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-08-17 15:23:40 +0200
commit31ef6b679747217a4e80ec673b8a36a4cdea1379 (patch)
tree791f4e746c9647fbdc58bbc5e9a7518a7db22f05
parentbff91033b0d6c69cd657cc277157fc85d3e0530c (diff)
fix ctor init order warning
-rw-r--r--src/AntFr405.cpp2
1 files changed, 1 insertions, 1 deletions
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)