Mercurial > hg > jvamp
comparison src/getset.h @ 55:2b8e1416327d tip
Just change a couple of include guards
author | Chris Cannam |
---|---|
date | Wed, 16 Nov 2016 09:12:46 +0000 |
parents | 2db3640905ef |
children |
comparison
equal
deleted
inserted
replaced
54:c742b9b13ffc | 55:2b8e1416327d |
---|---|
30 shall not be used in advertising or otherwise to promote the sale, | 30 shall not be used in advertising or otherwise to promote the sale, |
31 use or other dealings in this Software without prior written | 31 use or other dealings in this Software without prior written |
32 authorization. | 32 authorization. |
33 */ | 33 */ |
34 | 34 |
35 #ifndef _GETSET_H_INCLUDED_ | 35 #ifndef JVAMP_GETSET_H_INCLUDED |
36 #define _GETSET_H_INCLUDED_ | 36 #define JVAMP_GETSET_H_INCLUDED |
37 | 37 |
38 #include <jni.h> | 38 #include <jni.h> |
39 | 39 |
40 #include <string> | 40 #include <string> |
41 #include <vector> | 41 #include <vector> |