diff --git a/src/apps/debugger/user_interface/gui/team_window/WatchPromptWindow.cpp b/src/apps/debugger/user_interface/gui/team_window/WatchPromptWindow.cpp index 2363e28c6b..4bef8b2258 100644 --- a/src/apps/debugger/user_interface/gui/team_window/WatchPromptWindow.cpp +++ b/src/apps/debugger/user_interface/gui/team_window/WatchPromptWindow.cpp @@ -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) {