mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Removed template from basestreamstringifier as discussed in https://dev.vatsim-germany.org/boards/15/topics/497?r=503
This commit is contained in:
@@ -25,7 +25,7 @@ QString CAltitude::stringForConverter() const
|
||||
/*
|
||||
* Assigment
|
||||
*/
|
||||
CAltitude& CAltitude::operator =(const CAltitude &otherAltitude)
|
||||
CAltitude &CAltitude::operator =(const CAltitude &otherAltitude)
|
||||
{
|
||||
// Check for self-assignment!
|
||||
if (this == &otherAltitude) return *this;
|
||||
|
||||
Reference in New Issue
Block a user