resizablelib icon indicating copy to clipboard operation
resizablelib copied to clipboard

Move some inline functions from the header to the cpp file because of…

Open 0ric1 opened this issue 6 years ago • 1 comments

… linker errors when using ResizableLib as dll, see Issue #17 https://github.com/ppescher/resizablelib/issues/17

0ric1 avatar Sep 02 '19 12:09 0ric1

I don't see anything wrong with making all class member functions non inline and move them to the .cpp file. However there are other classes that would need similar changes, which are not present in this PR.

ppescher avatar Jan 26 '20 21:01 ppescher