Index: /trunk/FACT++/src/Shell.cc
===================================================================
--- /trunk/FACT++/src/Shell.cc	(revision 18845)
+++ /trunk/FACT++/src/Shell.cc	(revision 18846)
@@ -243,5 +243,5 @@
     getmaxyx(stdscr, maxy, maxx);
 
-    int separator = maxy-fPanelHeight;
+    const int separator = maxy-fPanelHeight;
 
     WINDOW *new_in    = all ? newwin(maxy,    maxx,   0, 0) : 0;
