Skip to content

Commit

Permalink
Refs #10537 Keyword reserve was deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPiccardoSelg committed Dec 5, 2014
1 parent d2b904c commit 003be6d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ ModeControlWidget::ModeControlWidget(QWidget *parent) : QWidget(parent)
this, SLOT(onSplatterPlotViewButtonClicked()));

// Add the mapping from string to the view enum
mapFromStringToView.reserve(4);
mapFromStringToView.insert(std::pair<std::string ,ModeControlWidget::Views>("STANDARD", ModeControlWidget::STANDARD));
mapFromStringToView.insert(std::pair<std::string ,ModeControlWidget::Views>("THREESLICE", ModeControlWidget::THREESLICE));
mapFromStringToView.insert(std::pair<std::string ,ModeControlWidget::Views>("MULTISLICE", ModeControlWidget::MULTISLICE));
mapFromStringToView.insert(std::pair<std::string ,ModeControlWidget::Views>("SPLATTERPLOT", ModeControlWidget::SPLATTERPLOT));

}

ModeControlWidget::~ModeControlWidget()
Expand Down

0 comments on commit 003be6d

Please sign in to comment.