diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:20:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:20:34 +0000 |
commit | 558fda107316d1bdb140cb85187e0c321e355093 (patch) | |
tree | fab3d4683ed84352a465ff52d3694f44c932c229 /jvmaccess | |
parent | 51cec0987246579ee49d73d50e9f8824d6353051 (diff) |
INTEGRATION: CWS sb31 (1.4.4); FILE MERGED
2005/04/07 12:15:45 sb 1.4.4.1: #120220# Cleanup.
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/inc/jvmaccess/virtualmachine.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jvmaccess/inc/jvmaccess/virtualmachine.hxx b/jvmaccess/inc/jvmaccess/virtualmachine.hxx index 51308b03b990..254d1ad78c09 100644 --- a/jvmaccess/inc/jvmaccess/virtualmachine.hxx +++ b/jvmaccess/inc/jvmaccess/virtualmachine.hxx @@ -2,9 +2,9 @@ * * $RCSfile: virtualmachine.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-11-09 11:49:46 $ + * last change: $Author: obo $ $Date: 2005-06-17 09:20:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,9 +70,8 @@ #else struct JNIEnv; struct JavaVM; -struct JNIEnv; typedef int jint; -typedef void* jobject; +typedef void * jobject; #endif namespace jvmaccess { |