Skip to content

Commit

Permalink
Remove extra qualifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Reznichenko committed Mar 17, 2016
1 parent 2383965 commit a3ec754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Readers/CNTKTextFormatReader/Indexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Indexer
IndexPtr BuildFromLines();

// Returns current offset in the input file (in bytes).
int64_t Indexer::GetFileOffset() const { return m_fileOffsetStart + (m_pos - m_bufferStart); }
int64_t GetFileOffset() const { return m_fileOffsetStart + (m_pos - m_bufferStart); }

DISABLE_COPY_AND_MOVE(Indexer);
};
Expand Down

0 comments on commit a3ec754

Please sign in to comment.