Initialize all members. They don't seem to be used, but this can avoid future

use in derived classes without enforced code paths... (CID 10252).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40639 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2011-02-23 11:29:26 +00:00
parent 46f4e9db27
commit cbaa4d3143

View File

@ -26,6 +26,8 @@ RemoteDrawingEngine::RemoteDrawingEngine(RemoteHWInterface* interface)
fExtendWidth(0),
fCallbackAdded(false),
fResultNotify(-1),
fStringWidthResult(0.0f),
fReadBitmapResult(NULL),
fBitmapDrawingEngine(NULL)
{
RemoteMessage message(NULL, fHWInterface->SendBuffer());