forked from mia/Aegisub
Don't revert changes to the filename made when undoing. Updates #1345.
Originally committed to SVN as r5725.
This commit is contained in:
parent
eb947b3914
commit
fdf74309a5
1 changed files with 0 additions and 1 deletions
|
@ -480,7 +480,6 @@ void AssFile::LoadDefault(bool defline) {
|
||||||
|
|
||||||
void AssFile::swap(AssFile &that) throw() {
|
void AssFile::swap(AssFile &that) throw() {
|
||||||
// Intentionally does not swap undo stack related things
|
// Intentionally does not swap undo stack related things
|
||||||
std::swap(filename, that.filename);
|
|
||||||
std::swap(loaded, that.loaded);
|
std::swap(loaded, that.loaded);
|
||||||
std::swap(commitId, that.commitId);
|
std::swap(commitId, that.commitId);
|
||||||
std::swap(undoDescription, that.undoDescription);
|
std::swap(undoDescription, that.undoDescription);
|
||||||
|
|
Loading…
Reference in a new issue