Eliminated a memory-allocation bug
Added a sensible workaround for BSession message code packaging git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4936 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,7 +11,7 @@ class PortLink
|
||||
public:
|
||||
PortLink(port_id port);
|
||||
PortLink(const PortLink &link);
|
||||
virtual ~PortLink(void) { }
|
||||
virtual ~PortLink(void);
|
||||
|
||||
void SetOpCode(int32 code);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user