Skip to content

Commit

Permalink
COMMON: Add a full out-of-class definition for ReadStream::kEOF
Browse files Browse the repository at this point in the history
So that its address can be taken. This will be needed for unit tests.
  • Loading branch information
DrMcCoy committed Dec 19, 2016
1 parent 8344e5a commit 84ebe57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/readstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@

namespace Common {

const uint32 ReadStream::kEOF;

ReadStream::ReadStream() {
}

Expand Down

0 comments on commit 84ebe57

Please sign in to comment.