Changeset 14057 for trunk


Ignore:
Timestamp:
06/03/12 21:51:05 (12 years ago)
Author:
tbretz
Message:
Allow derived classes to manipulate fScript
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Readline.h

    r13899 r14057  
    3131    static int  fScriptDepth;
    3232    static bool fStopScript;
    33     static std::string fScript;
    3433
    3534    /// Static member function which are used to adapt readline to ncurses
     
    4443
    4544protected:
     45    static std::string fScript;
     46
    4647    /// The non static implementations of the callback funtions above
    4748    virtual int  Getc(FILE *);
Note: See TracChangeset for help on using the changeset viewer.