Skip to content

Commit

Permalink
Test case compiler warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Mar 15, 2014
1 parent e2b6de8 commit b59feff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/test-suite/li_swigtype_inout.i
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%inline %{
#include <iostream>
struct XXX {
XXX(int value) : value(value) {
XXX(int v) : value(v) {
if (debug) std::cout << "Default Constructor " << value << " " << this << std::endl;
count++;
}
Expand Down

0 comments on commit b59feff

Please sign in to comment.