Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2018, 11:18:38 PM (6 years ago)
Author:
landauf
Message:

[Dialog_HS17] cleanup XMLPort collection getters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/dialog/Question.cc

    r11749 r11750  
    7575        }
    7676
    77         const AnswerId* Question::getAnswerId() const
     77        AnswerId* Question::getAnswerId(unsigned int index) const
    7878        {
    7979                return nullptr;
    8080        }
    8181
    82         const std::vector<std::string>* Question::getAnswerIds()
     82        const std::vector<std::string>& Question::getAnswerIds() const
    8383        {
    84                 return &(this->answerIds_);
     84                return this->answerIds_;
    8585        }
    8686       
Note: See TracChangeset for help on using the changeset viewer.