]> git.pld-linux.org Git - packages/rosegarden.git/blob - rosegarden-gcc33.patch
- 0.9.5
[packages/rosegarden.git] / rosegarden-gcc33.patch
1 --- rosegarden-4-0.9.1/base/Studio.C.orig       Sat May 31 13:13:07 2003
2 +++ rosegarden-4-0.9.1/base/Studio.C    Tue Oct 21 10:21:29 2003
3 @@ -568,7 +568,7 @@
4  bool
5  Studio::haveMidiDevices() const
6  {
7 -    Rosegarden::DeviceListIterator it = m_devices.begin();
8 +    DeviceListConstIterator it = m_devices.begin();
9      for (; it != m_devices.end(); it++)
10      {
11          if ((*it)->getType() == Device::Midi) return true;
This page took 0.071738 seconds and 3 git commands to generate.