return a *pointer* (not a ref) to the transport layer
This commit is contained in:
parent
4da4538cd3
commit
e7588b906d
|
|
@ -233,7 +233,7 @@ private:
|
|||
inline void resetInput();
|
||||
|
||||
public:
|
||||
Transport& getTransport() { return mTransport; }
|
||||
Transport* getTransport() { return &mTransport; };
|
||||
|
||||
private:
|
||||
Transport& mTransport;
|
||||
|
|
|
|||
Loading…
Reference in New Issue