Properly add Affichable interface.
[TP_POO.git] / TP2 / Forme.java
index 0e08ddf730273f68c5411c8bfe43fefccf39cd62..c90aa31275f2e37ba48b84f01c205187c92489f1 100644 (file)
@@ -1,5 +1,5 @@
 
-public abstract class Forme {
+public abstract class Forme implements Affichable {
     private Point pOri;
 
     public abstract void dessiner(Piletransformations pile);