Debugger: Style fixes.
This commit is contained in:
parent
cda38afb68
commit
4501776089
@ -64,6 +64,7 @@ WatchPromptWindow::Create(Architecture* architecture, target_addr_t address,
|
||||
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WatchPromptWindow::_Init()
|
||||
{
|
||||
@ -125,6 +126,7 @@ WatchPromptWindow::_Init()
|
||||
fTypeField->Menu()->ItemAt(fInitialType)->SetMarked(true);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WatchPromptWindow::Show()
|
||||
{
|
||||
@ -132,6 +134,7 @@ WatchPromptWindow::Show()
|
||||
BWindow::Show();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WatchPromptWindow::MessageReceived(BMessage* message)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user