priitj / whitedb

WhiteDB memory database
http://whitedb.org/
GNU General Public License v3.0
608 stars 78 forks source link

Add const to char* for cpp use #51

Closed AxelVE closed 4 years ago

AxelVE commented 4 years ago

I use this library in a c++ project. I had a lot of warnings coming from the char * that was without const.
It was proper to clean them.

priitj commented 4 years ago

Thanks for sharing your fixes!