File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ class Parser : public SceneTask
253253 virtual UCS2String GetFileName () const override { return sourceFile->Name (); }
254254 virtual POV_LONG GetLine () const override { return raw.lexeme .position .line ; }
255255 virtual POV_LONG GetColumn () const override { return raw.lexeme .position .column ; }
256- virtual POV_LONG GetOffset () const override { return raw.lexeme .position .offset ; }
256+ virtual POV_OFF_T GetOffset () const override { return raw.lexeme .position .offset ; }
257257 };
258258
259259 struct LValue
@@ -522,7 +522,7 @@ class Parser : public SceneTask
522522 virtual UCS2String GetFileName () const override { return file->Name (); }
523523 virtual POV_LONG GetLine () const override { return line; }
524524 virtual POV_LONG GetColumn () const override { return column; }
525- virtual POV_LONG GetOffset () const override { return offset; }
525+ virtual POV_OFF_T GetOffset () const override { return offset; }
526526 };
527527
528528 intrusive_ptr<FunctionVM> mpFunctionVM;
You can’t perform that action at this time.
0 commit comments