Skip to content

Commit

Permalink
used the wrong macro in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Jan 29, 2018
1 parent 0870306 commit ad236ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/swig/SGBase.i
Expand Up @@ -320,7 +320,7 @@ namespace std {
}
#endif

#if defined(SWIGPYTHON) || defined(SWIG)
#if defined(SWIGPYTHON) || defined(SWIGRUBY)
%include "std_set.i"
namespace std {
%template(StringSet) set<string>;
Expand Down

0 comments on commit ad236ed

Please sign in to comment.