~s-cecilio/lenmus/trunk

« back to all changes in this revision

Viewing changes to lomse/trunk/src/parser/lomse_staffobjs_table.cpp

  • Committer: Cecilio Salmeron
  • Date: 2016-02-04 10:15:44 UTC
  • Revision ID: s.cecilios@gmail.com-20160204101544-wdodav3eyyej64ga
Prepare for GitHub migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//---------------------------------------------------------------------------------------
2
2
// This file is part of the Lomse library.
3
 
// Copyright (c) 2010-2013 Cecilio Salmeron. All rights reserved.
 
3
// Copyright (c) 2010-2016 Cecilio Salmeron. All rights reserved.
4
4
//
5
5
// Redistribution and use in source and binary forms, with or without modification,
6
6
// are permitted provided that the following conditions are met:
912
912
 
913
913
//---------------------------------------------------------------------------------------
914
914
ColStaffObjsIterator ScoreAlgorithms::find_barline_with_time_lower_or_equal(
915
 
            ImoScore* pScore, int instr, TimeUnits maxTime)
 
915
            ImoScore* pScore, int UNUSED(instr), TimeUnits maxTime)
916
916
{
917
917
    ColStaffObjs* pColStaffObjs = pScore->get_staffobjs_table();
918
918
    ColStaffObjsIterator it = pColStaffObjs->begin();