aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-08 18:35:08 +0200
committerSven Gothel <[email protected]>2023-08-08 18:35:08 +0200
commit4024bdaddd42580d02665b1b1655e7ce51fb28d5 (patch)
tree4d83dbecab7ed482743bd1e77d64d8aab3bbbb9e /src/java
parent239b00c26cc3f24b7d9e334de8ac1bee849e05b1 (diff)
parent4ab62d5121afec50dcb975fcfabefd838861da28 (diff)
Merge remote-tracking branch 'Mathieu_Fery/1446-parent-class-directives-issue-with-if-and-impl'
Diffstat (limited to 'src/java')
-rw-r--r--src/java/com/jogamp/gluegen/CodeGenUtils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/com/jogamp/gluegen/CodeGenUtils.java b/src/java/com/jogamp/gluegen/CodeGenUtils.java
index 69a9001..3fefcd5 100644
--- a/src/java/com/jogamp/gluegen/CodeGenUtils.java
+++ b/src/java/com/jogamp/gluegen/CodeGenUtils.java
@@ -130,6 +130,7 @@ public class CodeGenUtils {
if (classExtended != null) {
w.print("extends ");
w.print(classExtended);
+ w.print(' ');
}
} else {
if (classExtended != null) {