Variable Frame.line

struct Frame
{
  // ...
  int line = -1;
  // ...
}