This does seem more logical and makes it build on gcc4. Not sure if it's the right thing :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33734 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -944,7 +944,7 @@ accept_first_click()
|
||||
if (link.FlushWithReply(code) == B_OK && code == B_OK)
|
||||
link.Read<bool>(&acceptFirstClick);
|
||||
|
||||
return accept_first_click;
|
||||
return acceptFirstClick;
|
||||
}
|
||||
|
||||
rgb_color
|
||||
|
||||
Reference in New Issue
Block a user