Build fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38607 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -86,7 +86,7 @@ Transaction::Start()
|
|||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
Transaction::StartAndAddNode(Node* node, uint32 flags = 0)
|
Transaction::StartAndAddNode(Node* node, uint32 flags)
|
||||||
{
|
{
|
||||||
status_t error = Start();
|
status_t error = Start();
|
||||||
if (error != B_OK)
|
if (error != B_OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user