From 32db706bd8df4901321fce9f87ce06847d2ce4de Mon Sep 17 00:00:00 2001
From: Eduardo Julian
Date: Wed, 8 Aug 2018 19:05:45 -0400
Subject: Small fixes.

---
 new-luxc/source/luxc/lang/translation/jvm.lux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'new-luxc/source')

diff --git a/new-luxc/source/luxc/lang/translation/jvm.lux b/new-luxc/source/luxc/lang/translation/jvm.lux
index 3fd3d389b..dafd7d68c 100644
--- a/new-luxc/source/luxc/lang/translation/jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/jvm.lux
@@ -103,7 +103,7 @@
   (-> Store ClassLoader)
   (object [] ClassLoader []
     []
-    (ClassLoader (findClass [class-name String]) Class
+    (ClassLoader (findClass {class-name String}) Class
                  (case (fetch-bytecode class-name store)
                    (#.Some bytecode)
                    (case (define-class class-name bytecode (:coerce ClassLoader _jvm_this))
-- 
cgit v1.2.3