Blog: LPub4 for Linux: lpub4-compilefix2.patch

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

    old new  
    585585    QGraphicsScene *scene,
    586586    bool            printing);
    587587
    588   int Gui::getBOMParts(
     588  int getBOMParts(
    589589    Where           current,
    590590    QStringList &csiParts);
    591591
  • LPub4/pliglobals.cpp

    old new  
    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;