add modernizer fixits

This commit is contained in:
2020-05-27 16:47:07 +02:00
parent ae5ba9ca8e
commit f77b4d56e7
10 changed files with 75 additions and 52 deletions

View File

@ -41,7 +41,7 @@ public:
SC_HAS_PROCESS(top);
SC_THREAD(run);
}
virtual ~top(){};
~top() override= default;;
private:
void run(){
sem.wait();