summaryrefslogtreecommitdiff
path: root/Examples/test-suite/r_overload_array.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/r_overload_array.i')
-rw-r--r--Examples/test-suite/r_overload_array.i7
1 files changed, 4 insertions, 3 deletions
diff --git a/Examples/test-suite/r_overload_array.i b/Examples/test-suite/r_overload_array.i
index 1474661c4..aa714dfdb 100644
--- a/Examples/test-suite/r_overload_array.i
+++ b/Examples/test-suite/r_overload_array.i
@@ -1,7 +1,8 @@
%module r_overload_array
-%include "stl.i"
-# this tests the situation in which there is a scalar function
-# corresponding with a vector one
+
+%include <stl.i>
+// this tests the situation in which there is a scalar function
+// corresponding with a vector one
%inline %{
class Foo {