~wbetz/fesslix/octave

« back to all changes in this revision

Viewing changes to src/flxoctave.h

  • Committer: Wolfgang Betz
  • Date: 2015-11-24 00:16:59 UTC
  • Revision ID: wolfgang.betz@fesslix.org-20151124001659-zw063ygfg35615xq
Adapt to fesslix trunk.1251

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
    const bool optimize(FunBasePtr& optf, const Fun_OptimizeInfo &foi) { return false; }
149
149
};
150
150
 
151
 
class FunReadFunOctaveFun : public FunReadFunBase, public FlxObjReadCtrlStrct {
 
151
class FunReadFunOctaveFun : public FunReadFunBase {
152
152
  public:
153
 
    FunReadFunOctaveFun() : FunReadFunBase(true), FlxObjReadCtrlStrct(true) {}
 
153
    FunReadFunOctaveFun() : FunReadFunBase(true) {}
154
154
    FunBase* read ( bool errSerious );
155
 
    FlxObjBase* read ();
156
155
};
157
156
 
158
157
// --------------------------------------------------------------------------------------