Skip to content

Commit

Permalink
fixed curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
hant-hub committed Dec 28, 2024
1 parent a8e80cb commit 0f5c6d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/src/interactor_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,8 @@ interactor_impl::interactor_impl(options& options, window_impl& window, scene_im
}

//----------------------------------------------------------------------------
interactor_impl::~interactor_impl() {
interactor_impl::~interactor_impl()
{
vtkOutputWindow::GetInstance()->RemoveObservers(vtkF3DConsoleOutputWindow::TriggerEvent);
vtkOutputWindow::GetInstance()->RemoveObservers(vtkF3DConsoleOutputWindow::ShowEvent);
vtkOutputWindow::GetInstance()->RemoveObservers(vtkF3DConsoleOutputWindow::HideEvent);
Expand Down

0 comments on commit 0f5c6d4

Please sign in to comment.