Aşağıdaki gibi tanımlayarak dener misiniz?
Point Line::getStartPoint() const{
    return start;
}

Point Line::getEndPoint() const{
    return end;
}