From cdb2097cf518aae6fc625748f86d421450f9f4eb Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 27 Nov 2005 02:30:45 +0000 Subject: [PATCH] add missing 'const' git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7881 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/director_h.swg | 2 +- Lib/ruby/director.swg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/python/director_h.swg b/Lib/python/director_h.swg index 7b17e2f78..9aa18541c 100644 --- a/Lib/python/director_h.swg +++ b/Lib/python/director_h.swg @@ -151,7 +151,7 @@ namespace Swig { { } - int get_own() + int get_own() const { return _own; } diff --git a/Lib/ruby/director.swg b/Lib/ruby/director.swg index 6d109bfbc..5e7498c0d 100644 --- a/Lib/ruby/director.swg +++ b/Lib/ruby/director.swg @@ -92,7 +92,7 @@ namespace Swig { { } - ruby_owntype get_own() + ruby_owntype get_own() const { return _own; }