GrandOrgue / grandorgue

GrandOrgue software
Other
149 stars 39 forks source link

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

Closed oleg68 closed 5 months ago

oleg68 commented 5 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 5 months ago

@rousseldenis could you approve this pr?