Index: /trunk/FACT++/src/Readline.h
===================================================================
--- /trunk/FACT++/src/Readline.h	(revision 14056)
+++ /trunk/FACT++/src/Readline.h	(revision 14057)
@@ -31,5 +31,4 @@
     static int  fScriptDepth;
     static bool fStopScript;
-    static std::string fScript;
 
     /// Static member function which are used to adapt readline to ncurses
@@ -44,4 +43,6 @@
 
 protected:
+    static std::string fScript;
+
     /// The non static implementations of the callback funtions above
     virtual int  Getc(FILE *);
