This small change fixes a major problem!

A class that has a different size than the original is not compatible.
Thus, every application compiled with this header would crash on BeOS.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1761 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-10-29 18:50:33 +00:00
parent 3275af4352
commit e28b48e2f7
+1 -1
View File
@@ -113,7 +113,7 @@ private:
BHandler *fReplyTo;
bigtime_t fTimeout;
uint32 fNotifyKind;
uint32 _reserved[2]; // to be able to keep binary compatibility
uint32 _reserved[1]; // to be able to keep binary compatibility
};
//------------------------------------------------------------------------------