Skip to content

Commit 295baa5

Browse files
committed
[min] fix extra ';'
1 parent 6a28f1d commit 295baa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Framework/Notifications/notifier_imp.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using namespace fwk;
1717
template <class MsgType>
1818
void NotifierMsg<MsgType>::init() {
1919
usedCntr = 0;
20-
};
20+
}
2121

2222
template <class MsgType>
2323
void NotifierMsg<MsgType>::tryFree() {
@@ -33,7 +33,7 @@ void NotifierMsg<MsgType>::tryFree() {
3333

3434
mailDelete(mailPool, (void*) this);
3535
}
36-
};
36+
}
3737

3838

3939
template <class MsgType>

0 commit comments

Comments
 (0)