GrandOrgue / grandorgue

GrandOrgue software
Other
179 stars 43 forks source link

Moved the implementation of GOMutexLocker to a .cpp file #1790

Closed oleg68 closed 10 months ago

oleg68 commented 10 months ago

Having a lot of code in the header file makes debugging quite difficult.

This PR moves all method implementations longer than one line move to the new file GOMutexLocker.cpp.

It is just refactoring. No GO behavior should be changed.

oleg68 commented 10 months ago

@rousseldenis could you approve this pr?