Use public visibility for pointer constructor and getCPtr() when using nspace fixes and docs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12889 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5ef2affe53
commit
cd51908860
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
// nspace feature only supported by these languages
|
||||
#if defined(SWIGJAVA) || defined(SWIGCSHARP) || defined(SWIGD)
|
||||
|
||||
#if defined(SWIGJAVA)
|
||||
SWIG_JAVABODY_PROXY(public, public, SWIGTYPE)
|
||||
#endif
|
||||
%nspace;
|
||||
|
||||
%extend Outer::Inner1::Color {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue