Skip to content

Commit

Permalink
[MATLAB] Issue #67 Made swigPtr public (to avoid test failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeandersson committed Jun 14, 2016
1 parent fc3c282 commit 0763f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Modules/matlab.cxx
Expand Up @@ -2727,7 +2727,7 @@ void MATLAB::createSwigRef() {

// Output SwigRef abstract base class
Printf(f_wrap_m,"classdef SwigRef < handle\n");
Printf(f_wrap_m," properties(Hidden = true, Access = protected) \n");
Printf(f_wrap_m," properties(Hidden = true, Access = public) \n");
Printf(f_wrap_m," swigPtr\n");
Printf(f_wrap_m," end\n");
Printf(f_wrap_m," methods(Static = true, Access = protected)\n");
Expand Down

0 comments on commit 0763f39

Please sign in to comment.