mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 14:45:42 +08:00
refs #314, remove copy assignment operator
This commit is contained in:
@@ -230,7 +230,7 @@ namespace BlackMisc
|
|||||||
CValueObject(const CValueObject &) {}
|
CValueObject(const CValueObject &) {}
|
||||||
|
|
||||||
//! Copy assignment operator =
|
//! Copy assignment operator =
|
||||||
CValueObject &operator=(const CValueObject &) { return *this; }
|
// CValueObject &operator=(const CValueObject &) { return *this; }
|
||||||
|
|
||||||
//! String for streaming operators
|
//! String for streaming operators
|
||||||
virtual QString stringForStreaming() const;
|
virtual QString stringForStreaming() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user