Blog: LPub4 for Linux, 2nd iteration: lpub4-compilefix2.patch

File lpub4-compilefix2.patch, 755 bytes (added by retracile, 15 years ago)
  • lpub.h

    old new private:  
    588588    QGraphicsScene *scene,
    589589    bool            printing);
    590590
    591   int Gui::getBOMParts(
     591  int getBOMParts(
    592592    Where           current,
    593593    QStringList &csiParts);
    594594
  • pliglobals.cpp

    old new public: 
    4141  MetaGui *scale;
    4242  bool     bom;
    4343
    44   GlobalPliPrivate(QString &_topLevelFile, Meta &_meta, bool &_bom = false)
     44  GlobalPliPrivate(QString &_topLevelFile, Meta &_meta, bool _bom = false)
    4545  {
    4646    topLevelFile = _topLevelFile;
    4747    meta = _meta;