Skip to content

Commit

Permalink
tsynced_choice_wait: removed a CVideo argument from pre_show missed in
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 14, 2016
1 parent 0f39cc3 commit b311135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/dialogs/synced_choice_wait.cpp
Expand Up @@ -67,7 +67,7 @@ tsynced_choice_wait::~tsynced_choice_wait()
mgr_.changed_event_.detach_handler(this);
}

void tsynced_choice_wait::pre_show(CVideo& /*video*/, twindow& window)
void tsynced_choice_wait::pre_show(twindow& window)
{
window_ = &window;
message_ = find_widget<tlabel>(&window, "lblMessage", false, true);
Expand Down
2 changes: 1 addition & 1 deletion src/gui/dialogs/synced_choice_wait.hpp
Expand Up @@ -35,7 +35,7 @@ class tsynced_choice_wait : public tdialog, public events::observer
virtual const std::string& window_id() const;

/** Inherited from tdialog. */
void pre_show(CVideo& video, twindow& window);
void pre_show(twindow& window);

virtual void handle_generic_event(const std::string& event_name);
};
Expand Down

0 comments on commit b311135

Please sign in to comment.