Skip to content
Snippets Groups Projects
Commit e218d0f4 authored by Edward Brown's avatar Edward Brown
Browse files

Re #19951: Fixed leftover merge conflict.

parent d15ffbbd
No related branches found
No related tags found
No related merge requests found
......@@ -316,10 +316,7 @@ private:
void afterReplaceHandle(const std::string &name,
Mantid::API::Workspace_sptr workspace) override;
void saveNotebook(const TreeData &data);
<<<<<<< HEAD
std::vector<std::unique_ptr<Command>> getTableList();
=======
std::vector<std::unique_ptr<DataProcessorCommand>> getTableList();
// set/get values in the table
void setCell(int row, int column, int parentRow, int parentColumn,
......@@ -328,7 +325,6 @@ private:
int parentColumn) override;
int getNumberOfRows() override;
void clearTable() override;
>>>>>>> master
};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment