Skip to content

Commit

Permalink
python/swig: ToggleIds values are a pair now
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Mar 5, 2019
1 parent a1a0699 commit bd91689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/libdivvun.i
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ wrap_unique_ptr(CheckerUniquePtr, divvun::Checker);
%}

%template(ErrBytesVector) std::vector<ErrBytes>;
%template(ToggleIdsBytes) std::map<std::string, std::string>;
%template(ToggleResBytes) std::vector<std::pair<std::string, std::string> >;
%template(ToggleIdsBytes) std::map<std::string, std::pair<std::string, std::string> >;
%template(ToggleResBytes) std::vector<std::pair<std::string, std::pair<std::string, std::string> > >;
%template(OptionSetBytes) std::set<OptionBytes, OptionBytesCompare>;
%template(LocalisedPrefsBytes) std::map<divvun::Lang, PrefsBytes>;

Expand Down

0 comments on commit bd91689

Please sign in to comment.