diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 19:23:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 18:32:13 +0100 |
commit | e01e2342fb063d5763706802657915720c5f3d0e (patch) | |
tree | 954bd67714d9930828b7923c1a0b93e6b2ecd2fb /cui | |
parent | 8988d1a744c983ecd1435cb7b75d17a6f5acf9f9 (diff) |
Avoid reserved identifier, remove unnecessary typedef
Change-Id: I1172bff37539d1ffb8da7b53c0e5f1913f7b7ec7
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optjava.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx index 5950d4280c45..ca5ac45688d1 100644 --- a/cui/source/options/optjava.hxx +++ b/cui/source/options/optjava.hxx @@ -37,7 +37,7 @@ // forward --------------------------------------------------------------- #if HAVE_FEATURE_JAVA -typedef struct _JavaInfo JavaInfo; +struct JavaInfo; #else typedef void* JavaInfo; #endif |