File renames in Scilab std_list example

Conform to usual file naming used in SWIG examples.
This commit is contained in:
William S Fulton 2014-09-02 20:34:19 +01:00
commit a41efbd0f7
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
%module example
%{
#include "example.hxx"
#include "example.h"
%}
%include stl.i
@ -16,4 +16,4 @@ namespace std
%template(StringList) list<std::string>;
}
%include "example.hxx"
%include "example.h"