Fix compilation issue

This commit is contained in:
Tom Henderson
2020-05-19 21:56:04 -07:00
parent 5f2a109a0c
commit c43242d599

View File

@@ -125,9 +125,9 @@ public:
*
* \return the received PSD
*/
virtual Ptr<SpectrumValue> DoCalcRxPowerSpectralDensity (Ptr<const SpectrumValue> txPsd,
Ptr<SpectrumValue> DoCalcRxPowerSpectralDensity (Ptr<const SpectrumValue> txPsd,
Ptr<const MobilityModel> a,
Ptr<const MobilityModel> b) const;
Ptr<const MobilityModel> b) const override;
private:
/**