Sygmei / 11Zip

Dead simple zipping / unzipping C++ Lib
MIT License
92 stars 22 forks source link

Fix mismatch between source and header for zipFolder #12

Closed artemis-beta closed 2 years ago

artemis-beta commented 2 years ago

Due to a mismatch between the definition of zipFolder in elzip.hpp and elzip.cpp there are linker errors for Clang and GCC. This fixes those.

Sygmei commented 2 years ago

Thanks for the contribution @artemis-beta, good catch :)