Fixing BeOS binary compatibility.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37296 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Wim van der Meer
2010-06-28 22:16:07 +00:00
parent 919f9c41da
commit b3df2c9a87
5 changed files with 28 additions and 3 deletions
+6
View File
@@ -118,6 +118,12 @@ private:
void _LockDraw();
void _UnlockDraw();
// BeOS compatibility
private:
BGLView(BRect rect, char* name,
ulong resizingMode, ulong mode,
ulong options);
};