Unverified Commit c5e553bb authored by ihumphrey's avatar ihumphrey Committed by GitHub
Browse files

added scope to BundleObservationSolveSettings::removeObservationNumber()

parent aa1ea0ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@ namespace Isis {
   * @return bool Returns true if the observation number passed was actually removed; otherwise
   *              returns false.
   */
  bool removeObservationNumber(QString observationNumber) {
  bool BundleObservationSolveSettings::removeObservationNumber(QString observationNumber) {
    return m_observationNumbers.remove(observationNumber);
  }