resizablelib
resizablelib copied to clipboard
Move some inline functions from the header to the cpp file because of…
… linker errors when using ResizableLib as dll, see Issue #17 https://github.com/ppescher/resizablelib/issues/17
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.