commit | 0bcf9a361dcdad5ab594843a490bb213539d174e | [log] [tgz] |
---|---|---|
author | Vince Lehman <vslehman@memphis.edu> | Wed Dec 10 11:24:45 2014 -0600 |
committer | Vince Lehman <vslehman@memphis.edu> | Thu Jan 15 10:07:39 2015 -0800 |
tree | 7c71c23261f7f142b417f18c2da264f9087fdad6 | |
parent | f09e2633a074273da6c9ed47e8f76abcc588c95e [diff] [blame] |
comm: Make SyncLogic responsible for update prefix refs: #2289 Change-Id: I7687e36c88853bdf58de654b1ca280662a826b4b
diff --git a/src/sequencing-manager.cpp b/src/sequencing-manager.cpp index 01a22fa..b988d9c 100644 --- a/src/sequencing-manager.cpp +++ b/src/sequencing-manager.cpp
@@ -55,7 +55,7 @@ } void -SequencingManager::writeSeqNoToFile() +SequencingManager::writeSeqNoToFile() const { std::ofstream outputFile(m_seqFileNameWithPath.c_str(), ios::binary); outputFile << m_combinedSeqNo;