Skip to content
Snippets Groups Projects
Commit 270f7d60 authored by Campbell, Stuart's avatar Campbell, Stuart
Browse files

compiler warning. refs #2897

parent 1817349a
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,7 @@ public:
g_log.debug() << "Could not set property " << name() << ": " << except.what();
return except.what();
}
return "";
}
///Copy assignment operator assigns only the value and the validator not the name, default (initial) value, etc.
......
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