diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 13:44:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 14:31:12 +0200 |
commit | a7eae9c280d860ca12b6300539404bec16700a7b (patch) | |
tree | 3904e4c2e4a0ef4944a866d878b13286924b5987 /bridges/source | |
parent | 14b05361b8f8f5953289d1c8b03528fa0d3838cd (diff) |
fix some header guards
Change-Id: Id2c15eba3f70cd8f1ae8869bc0838aef13cd96ee
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/jni_uno/jni_bridge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/jni_uno/jni_bridge.h b/bridges/source/jni_uno/jni_bridge.h index 049f1e543cd1..5779ae71c866 100644 --- a/bridges/source/jni_uno/jni_bridge.h +++ b/bridges/source/jni_uno/jni_bridge.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_JNI_BRIDGE_H -#define INCLUDED_JNI_BRIDGE_H +#ifndef INCLUDED_BRIDGES_SOURCE_JNI_UNO_JNI_BRIDGE_H +#define INCLUDED_BRIDGES_SOURCE_JNI_UNO_JNI_BRIDGE_H #include "jni_base.h" #include "jni_info.h" |