diff options
| author | William S Fulton <wsf@fultondesigns.co.uk> | 2008-04-29 18:01:45 +0000 |
|---|---|---|
| committer | William S Fulton <wsf@fultondesigns.co.uk> | 2008-04-29 18:01:45 +0000 |
| commit | 76eaea911bd1a5e1c0dc6f83a028e3b155306bdb (patch) | |
| tree | 8911456c449bbee2aad9c15341a3201a8a70b0e8 /Examples/python/smartptr | |
| parent | 41220df85b6174d037cbb9f9e02903900b8b09f7 (diff) | |
| download | swig-76eaea911bd1a5e1c0dc6f83a028e3b155306bdb.tar.gz | |
shadow->proxy terminlogy update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10398 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python/smartptr')
| -rw-r--r-- | Examples/python/smartptr/runme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/smartptr/runme.py b/Examples/python/smartptr/runme.py index 15e5232e2..5ea1fb947 100644 --- a/Examples/python/smartptr/runme.py +++ b/Examples/python/smartptr/runme.py @@ -1,6 +1,6 @@ # file: runme.py -# This file illustrates the shadow-class C++ interface generated +# This file illustrates the proxy class C++ interface generated # by SWIG. import example |
