summaryrefslogtreecommitdiff
path: root/Examples/test-suite/csharp_attributes.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/csharp_attributes.i')
-rw-r--r--Examples/test-suite/csharp_attributes.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/csharp_attributes.i b/Examples/test-suite/csharp_attributes.i
index bca595d9a..f679d8c08 100644
--- a/Examples/test-suite/csharp_attributes.i
+++ b/Examples/test-suite/csharp_attributes.i
@@ -56,7 +56,7 @@ double MoreStations::WestonSuperMare = 0.0;
%inline %{
struct YetMoreStations {
- virtual int Slough(int x) {}
+ virtual int Slough(int x) { return x; }
virtual ~YetMoreStations() {}
};
%}