Skip to content

Commit

Permalink
First MRP2 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenakios committed Jan 20, 2016
1 parent bb0f603 commit b26aa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class irp_task : public IParallelTask
delete m_sink;
delete m_shifter;
delete m_src;
readbg() << "irp task dtor " << m_id << "\n";
//readbg() << "irp task dtor " << m_id << "\n";
}
// Multithreading compatible code put in this method
// Stuff like ShowConsoleMsg, Main_OnCommand, Reaper object creation functions etc can't be used here
Expand Down

0 comments on commit b26aa00

Please sign in to comment.