~ubuntu-branches/ubuntu/utopic/musescore/utopic

« back to all changes in this revision

Viewing changes to mscore/mscore/instrument.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Toby Smithe, Matthias Klose
  • Date: 2011-02-16 20:04:20 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110216200420-rlu5xdmcop6skghj
Tags: 1.0+dfsg-2
* Re-include Matthias Klose's armel qreal fixes (Closes: #597802)
  (I missed 0.9.6.3+dfsg-0ubuntu2...
   Apologies to Matthias and my sponsor, Tobias Quathamer!)

* debian/patches/12-debianise-about-box.dpatch:
  + Update "About" dialogue box to give copyright to 2011.

[ Matthias Klose ]
* More armel qreal fixes. LP: #642117.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//=============================================================================
2
2
//  MuseScore
3
3
//  Linux Music Score Editor
4
 
//  $Id: instrument.cpp 3218 2010-06-24 11:19:03Z wschweer $
 
4
//  $Id: instrument.cpp 3951 2011-01-26 10:04:05Z lasconic $
5
5
//
6
6
//  Copyright (C) 2008-2010 Werner Schweer and others
7
7
//
515
515
void Instrument::setDrumset(Drumset* ds)
516
516
      {
517
517
      if (ds != _drumset) {
518
 
            delete _drumset;
519
518
            _drumset = ds;
520
519
            }
521
520
      }