drop const in TextLoader line pointer
This commit is contained in:
parent
aa45f6d6dc
commit
ebf92f07ac
@ -33,7 +33,7 @@ public:
|
||||
auto begin() { return m_lines->begin(); }
|
||||
auto end() { return m_lines->end(); }
|
||||
|
||||
typedef std::pair<const uint8_t *, uint32_t> LineIndexPair;
|
||||
typedef std::pair<uint8_t *, uint32_t> LineIndexPair;
|
||||
typedef std::list<LineIndexPair> LineIndexPairList;
|
||||
typedef std::shared_ptr<LineIndexPairList> LineIndexPairListRef;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user