ppescher / resizablelib

A set of MFC classes to easily make resizable windows
Other
55 stars 27 forks source link

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

Open 0ric1 opened 4 years ago

0ric1 commented 4 years ago

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

ppescher commented 4 years ago

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.