IsParallelAccessLocked() is defined as a debug-only conditional in the header.
Fixes the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35827 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cfbd755443
commit
ff1b6201b3
@ -18,6 +18,7 @@ BitmapDrawingEngine::~BitmapDrawingEngine()
|
||||
}
|
||||
|
||||
|
||||
#if DEBUG
|
||||
bool
|
||||
BitmapDrawingEngine::IsParallelAccessLocked() const
|
||||
{
|
||||
@ -25,7 +26,7 @@ BitmapDrawingEngine::IsParallelAccessLocked() const
|
||||
// attached to, so we never need to be locked.
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
bool
|
||||
BitmapDrawingEngine::IsExclusiveAccessLocked() const
|
||||
|
Loading…
Reference in New Issue
Block a user