From 3596d19f6d804a9610545ce39f07e421d1dc716e Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 7 Oct 2016 18:39:16 -0300 Subject: Switching form under implementation --- Project/LineForm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/LineForm.h') diff --git a/Project/LineForm.h b/Project/LineForm.h index 360ff1d..b2f7373 100644 --- a/Project/LineForm.h +++ b/Project/LineForm.h @@ -3,6 +3,7 @@ #include "ElementForm.h" class Line; +class SwitchingForm; class LineForm : public LineFormBase { -- cgit