< prev index next >

src/jdk.jpackage/share/native/libapplauncher/PropertyFile.cpp

Print this page

        

*** 44,54 **** PropertyFile::PropertyFile(OrderedMap<TString, TString> Value) { FData.Append(Value); } ! PropertyFile::PropertyFile(const PropertyFile &Value) { FData = Value.FData; FReadOnly = Value.FReadOnly; FModified = Value.FModified; } --- 44,54 ---- PropertyFile::PropertyFile(OrderedMap<TString, TString> Value) { FData.Append(Value); } ! PropertyFile::PropertyFile(PropertyFile &Value) { FData = Value.FData; FReadOnly = Value.FReadOnly; FModified = Value.FModified; }
< prev index next >