refs #314, remove copy assignment operator

This commit is contained in:
Klaus Basan
2014-08-19 16:26:09 +02:00
parent 290abe3693
commit 407a1409da

View File

@@ -230,7 +230,7 @@ namespace BlackMisc
CValueObject(const CValueObject &) {}
//! Copy assignment operator =
CValueObject &operator=(const CValueObject &) { return *this; }
// CValueObject &operator=(const CValueObject &) { return *this; }
//! String for streaming operators
virtual QString stringForStreaming() const;