"ISO C++ forbids declaration of [X] with no type" warning fixes.
This commit is contained in:
committed by
Jon Trulson
parent
f8e046ee33
commit
3f11777812
@@ -168,7 +168,7 @@ class _Tt_session : public _Tt_object {
|
||||
|
||||
friend class _Tt_s_mp;
|
||||
friend class _Tt_s_session;
|
||||
friend _Tt_mp::find_session_by_fd(int, _Tt_session_ptr &);
|
||||
friend int _Tt_mp::find_session_by_fd(int, _Tt_session_ptr &);
|
||||
};
|
||||
|
||||
_Tt_string _tt_session_address(_Tt_object_ptr &o);
|
||||
|
||||
Reference in New Issue
Block a user