Sorry, missed this from the GCC4 fixes for libbe_test.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33455 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-10-06 09:22:10 +00:00
parent b7b32111a0
commit 936c6d6c7d
+1 -1
View File
@@ -740,7 +740,7 @@ ViewHWInterface::RetraceSemaphore()
status_t
ViewHWInterface::WaitForRetrace(bigtime_t timeout = B_INFINITE_TIMEOUT)
ViewHWInterface::WaitForRetrace(bigtime_t timeout)
{
// Locking shouldn't be necessary here - R5 should handle this for us. :)
BScreen screen;