c++ wrapper: add missing 'inline' statements to various constructors
authorAndres Freund <andres@anarazel.de>
Thu, 18 Mar 2010 13:35:09 +0000 (14:35 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 18 Mar 2010 13:35:09 +0000 (14:35 +0100)
commit7d5982e6fe4c65cdb6961d722d7e1e00ca45d40d
treedb6dd597fbdecff0f7829435a70f660d631e6661
parent42621370c3b562dff33cd8a8a043cb7bd519d4a6
c++ wrapper: add missing 'inline' statements to various constructors

the missing 'inline' leads to duplicated symbols if the header is
included into two separately compiled files.
src/jansson.hpp