0

我在 Document.cpp 构造函数中收到错误:

Document::Document() {
    this->lines = new ListImp<Line>();
}

Document.h 属性:

protected:
    List<Line> *lines;
4

0 回答 0