Skip to content
Snippets Groups Projects
Commit 94c16fea authored by Pranav Bahuguna's avatar Pranav Bahuguna
Browse files

Re #17816 Fixed doc test warnings

parent 2dd2f884
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ void ReflSaveTabPresenter::saveWorkspaces() {
std::string extension = m_saveExts[formatIndex];
IAlgorithm_sptr saveAlg = AlgorithmManager::Instance().create(algName);
for (int i = 0; i < wsNames.size(); i++) {
for (size_t i = 0; i < wsNames.size(); i++) {
// Add any additional algorithm-specific properties and execute
if (algName != "SaveANSTOAscii") {
if (titleCheck)
......
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