我在 Document.cpp 构造函数中收到错误:
Document::Document() {
this->lines = new ListImp<Line>();
}
Document.h 属性:
protected:
List<Line> *lines;
我在 Document.cpp 构造函数中收到错误:
Document::Document() {
this->lines = new ListImp<Line>();
}
Document.h 属性:
protected:
List<Line> *lines;