Use https for swig.org links

This commit is contained in:
Olly Betts 2022-10-06 13:16:39 +13:00
commit 631b41ae7b
110 changed files with 135 additions and 135 deletions

View file

@ -1,7 +1,7 @@
%module global_immutable_vars_cpp
// Test immutable and mutable global variables,
// see http://www.swig.org/Doc4.0/SWIGDocumentation.html#SWIG_readonly_variables
// see https://www.swig.org/Doc4.0/SWIGDocumentation.html#SWIG_readonly_variables
%inline %{
int default_mutable_var = 40;