Skip to content

Commit

Permalink
Merge pull request #1722 from AntonioBL/mac_compile
Browse files Browse the repository at this point in the history
fix compilation on Mac OS X
  • Loading branch information
wschweer committed Feb 2, 2015
2 parents 2e5df85 + 3528de0 commit 791625f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions effects/freeverb/freeverb.h
Expand Up @@ -8,7 +8,7 @@
modified for MuseScore Werner Schweer, 2009
*/


#if 0

#ifndef _REV_H
#define _REV_H
Expand Down Expand Up @@ -105,4 +105,4 @@ class Freeverb : public Effect {
};

#endif

#endif
4 changes: 3 additions & 1 deletion mscore/omrpanel.h
Expand Up @@ -11,6 +11,8 @@
// the file LICENSE.GPL
//=============================================================================

#ifdef OMR

#ifndef __OMRPANEL_H__
#define __OMRPANEL_H__

Expand Down Expand Up @@ -56,4 +58,4 @@ class OmrPanel : public QDockWidget {

} // namespace Ms
#endif

#endif
4 changes: 3 additions & 1 deletion mscore/partedit.h
Expand Up @@ -18,6 +18,8 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//=============================================================================

#if 0

#ifndef __ILEDIT_H__
#define __ILEDIT_H__

Expand Down Expand Up @@ -90,4 +92,4 @@ class InstrumentListEditor : public QScrollArea

} // namespace Ms
#endif

#endif
4 changes: 3 additions & 1 deletion mscore/webpage.h
Expand Up @@ -18,6 +18,8 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//=============================================================================

#if 0

#ifndef __WEBPAGE_H__
#define __WEBPAGE_H__

Expand Down Expand Up @@ -158,4 +160,4 @@ Q_DECLARE_METATYPE(WebScoreView);
#endif
}
#endif

#endif

0 comments on commit 791625f

Please sign in to comment.