mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-17 08:32:53 -05:00
Use already existing function to copy data
This commit is contained in:
@@ -35,7 +35,7 @@ DesktopFileReader::DesktopFileReader(boost::filesystem::path path) : DesktopFile
|
||||
}
|
||||
|
||||
DesktopFileReader::DesktopFileReader(const DesktopFileReader& other) : DesktopFileReader() {
|
||||
d->path = other.d->path;
|
||||
d->copyData(other.d);
|
||||
}
|
||||
|
||||
DesktopFileReader& DesktopFileReader::operator=(const DesktopFileReader& other) {
|
||||
|
||||
Reference in New Issue
Block a user