Commit b71b8be1 authored by John Harwell's avatar John Harwell
Browse files

A pure virtual function error was caused by a recent change that used metadata...

A pure virtual function error was caused by a recent change that used metadata for storage of the palette normalization mode.  Use of the CaretMappableDataFile's copy constructor resulted in a call to the virtual function getMetaData() for copying of the palette normalization mode.  This copying of the palette normalization mode has been removed and was probably unnecessary since the file metadata (that contains the palette normalization mode) should be copied by the file's copy constructor.
parent 14448927
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment