From 54bb56589420454876af731ac74d1ba7822138ba Mon Sep 17 00:00:00 2001
From: Jdrezen <jeremie.drezen@gmail.com>
Date: Wed, 12 May 2021 16:13:20 +0200
Subject: [PATCH] =?UTF-8?q?Modification=20nom=20param=C3=A8tre?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pyAmakIHM/classes/controleur.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyAmakIHM/classes/controleur.py b/pyAmakIHM/classes/controleur.py
index 3191907..61e975c 100644
--- a/pyAmakIHM/classes/controleur.py
+++ b/pyAmakIHM/classes/controleur.py
@@ -54,8 +54,8 @@ class Controleur:
     """
     Draw an image with x,y coords and its name
     """
-    def draw_image(self, x : float, y : float, name : str) -> int:
-        return self.__fenetre.draw_image(x, y, name)
+    def draw_image(self, x : float, y : float, fileName : str) -> int:
+        return self.__fenetre.draw_image(x, y, fileName)
 
     """
     Draw a text with x,y coords
-- 
GitLab