good boys delete what they new up when they get destroyed

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4266 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-08-10 10:00:48 +00:00
parent c7e570eb7f
commit 54b7d67454
+7 -6
View File
@@ -9,8 +9,8 @@
#include <CharacterSetRoster.h>
#include <UTF8.h>
#include "StyledEditView.h"
#include "Constants.h"
#include <StyledEditView.h>
#include <Constants.h>
using namespace BPrivate;
@@ -22,11 +22,12 @@ StyledEditView::StyledEditView(BRect viewFrame, BRect textBounds, BHandler *hand
fMessenger= new BMessenger(handler);
fSuppressChanges = false;
fEncoding = 0;
}/***StyledEditView()***/
}
StyledEditView::~StyledEditView(){
}/***~StyledEditView***/
StyledEditView::~StyledEditView()
{
delete fMessenger;
}
void
StyledEditView::FrameResized(float width, float height)