diff options
| author | genotrance <dev@genotrance.com> | 2018-11-27 17:55:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-27 17:55:36 -0600 |
| commit | 7aed05b4a83082cd83e652caf09f581d6cff1732 (patch) | |
| tree | deb7378460ccf5b2802ed790fccee92fdec49dc2 /tests/include/test.h | |
| parent | fb053dd81eca9a45a813a7d7b0de868c28203976 (diff) | |
| parent | c1ea14c0d3c80e401aabeb2d99431d41c4347fe1 (diff) | |
| download | nimterop-7aed05b4a83082cd83e652caf09f581d6cff1732.tar.gz nimterop-7aed05b4a83082cd83e652caf09f581d6cff1732.zip | |
Merge pull request #14 from timotheecour/pr_tnimterop_cpp
misc changes
Diffstat (limited to 'tests/include/test.h')
| -rw-r--r-- | tests/include/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index 7de6eed..6138ca3 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -40,4 +40,4 @@ int test_call_int(); struct STRUCT1 _test_call_int_param_(int param1); STRUCT2 test_call_int_param2(int param1, STRUCT2 param2); STRUCT2 test_call_int_param3(int param1, struct STRUCT1 param2); -ENUM2 test_call_int_param4(enum ENUM param1);
\ No newline at end of file +ENUM2 test_call_int_param4(enum ENUM param1); |
