This commit is contained in:
parent
c45dddae5f
commit
7f349c73db
16 changed files with 88 additions and 46 deletions
|
|
@ -783,6 +783,8 @@ public:
|
|||
void setLineNum(int newLineNum) { lastLine = newLineNum; }
|
||||
|
||||
private:
|
||||
SourceLineSynchronizer& operator=(const SourceLineSynchronizer&);
|
||||
|
||||
// A function for getting the index of the last valid source string we've
|
||||
// read tokens from.
|
||||
const std::function<int()> getLastSourceIndex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue