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:
@@ -9,8 +9,8 @@
|
|||||||
#include <CharacterSetRoster.h>
|
#include <CharacterSetRoster.h>
|
||||||
#include <UTF8.h>
|
#include <UTF8.h>
|
||||||
|
|
||||||
#include "StyledEditView.h"
|
#include <StyledEditView.h>
|
||||||
#include "Constants.h"
|
#include <Constants.h>
|
||||||
|
|
||||||
using namespace BPrivate;
|
using namespace BPrivate;
|
||||||
|
|
||||||
@@ -22,11 +22,12 @@ StyledEditView::StyledEditView(BRect viewFrame, BRect textBounds, BHandler *hand
|
|||||||
fMessenger= new BMessenger(handler);
|
fMessenger= new BMessenger(handler);
|
||||||
fSuppressChanges = false;
|
fSuppressChanges = false;
|
||||||
fEncoding = 0;
|
fEncoding = 0;
|
||||||
}/***StyledEditView()***/
|
}
|
||||||
|
|
||||||
StyledEditView::~StyledEditView(){
|
StyledEditView::~StyledEditView()
|
||||||
|
{
|
||||||
}/***~StyledEditView***/
|
delete fMessenger;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
StyledEditView::FrameResized(float width, float height)
|
StyledEditView::FrameResized(float width, float height)
|
||||||
|
|||||||
Reference in New Issue
Block a user