diff options
Diffstat (limited to 'src/trace/siox.cpp')
| -rw-r--r-- | src/trace/siox.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp index 9501da3c4..e82f272ab 100644 --- a/src/trace/siox.cpp +++ b/src/trace/siox.cpp @@ -308,15 +308,9 @@ public: indexMinFg = other.indexMinFg; } Tupel &operator=(const Tupel &other) - { - minBgDist = other.minBgDist; - indexMinBg = other.indexMinBg; - minFgDist = other.minFgDist; - indexMinFg = other.indexMinFg; - return *this; - } + = default; virtual ~Tupel() - {} + = default; float minBgDist; long indexMinBg; |
