mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #314, remove copy assignment operator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user