OSDN Git Service

update package.
[meshio/meshio.git] / swig / vmd.i
index aa2fba7..594ce6f 100644 (file)
@@ -4,7 +4,7 @@
 using namespace meshio;
 using namespace vmd;
 %}
-%include "std_string.i"
+%include "std_wstring.i"
 %include "std_vector.i"
 %include "std_map.i"
 %include "../include/vmd.h"
@@ -19,5 +19,5 @@ using namespace vmd;
 %template(MorphKeyFrameVector) std::vector<meshio::vmd::KeyFrame<meshio::vmd::MorphKey> >;
 %template(MorphKeyFrameList) meshio::vmd::KeyFrameList<meshio::vmd::KeyFrame<meshio::vmd::MorphKey> >;
 
-%template(StringVector) std::vector<std::string>;
+%template(WStringVector) std::vector<std::wstring>;