Skip to content

Commit a3c5819

Browse files
authored
Merge pull request #67 from jplesnik/swig44
Replace deprecated $function by new $action
2 parents 450463d + 93cca9b commit a3c5819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/swig/libcombine.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
%exception {
4242
try {
43-
$function
43+
$action
4444
} catch(const std::exception& ex) {
4545
SWIG_exception(SWIG_RuntimeError, ex.what());
4646
} catch(...) {

0 commit comments

Comments
 (0)