Forgot to turn off mangling, thanks to Marcus for pointing this out.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8214 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-28 09:47:22 +00:00
parent bbc3515ba2
commit ca18770764

View File

@ -576,7 +576,7 @@ void BShape::InitData()
#if __GNUC__ < 3
BRect
extern "C" BRect
Bounds__6BShape(BShape *self)
{
return self->Bounds();