commit | d1427fba9a0c93d24573d81519200ac6048117fa | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Aug 29 17:20:32 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Aug 29 17:20:32 2013 -0700 |
tree | bb4fd1c036ee73160ca7165be129fbf982968435 | |
parent | 8dc775b1453751a58030f6441d8322825fe9050f [diff] [blame] |
Cody style: Replace init with initialize.
diff --git a/ndn-cpp/encoding/binary-xml-structure-decoder.hpp b/ndn-cpp/encoding/binary-xml-structure-decoder.hpp index 10ab5b5..432953f 100644 --- a/ndn-cpp/encoding/binary-xml-structure-decoder.hpp +++ b/ndn-cpp/encoding/binary-xml-structure-decoder.hpp
@@ -18,7 +18,7 @@ public: BinaryXmlStructureDecoder() { - ndn_BinaryXmlStructureDecoder_init(this); + ndn_BinaryXmlStructureDecoder_initialize(this); } /**