From 89c2c01ab5ac0007a6e6b526937dfa8082f23c05 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sun, 7 Dec 2003 22:10:52 +0000 Subject: [PATCH] Replaced _view_attr with ViewAttr class to remove a crash git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5620 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/interface/ViewAux.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/headers/private/interface/ViewAux.h b/headers/private/interface/ViewAux.h index eb8e83d415..b44fa01fb7 100644 --- a/headers/private/interface/ViewAux.h +++ b/headers/private/interface/ViewAux.h @@ -42,7 +42,12 @@ enum { B_VIEW_EVMASK_BIT = 0x00004000 }; -struct _view_attr_{ + +//struct _view_attr_{ +class ViewAttr +{ +public: + ViewAttr(void); BFont font; uint16 fontFlags;