~s-cecilio/lenmus/trunk

« back to all changes in this revision

Viewing changes to lomse/trunk/src/graphic_model/engravers/lomse_line_engraver.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:
42
42
// LineEngraver implementation
43
43
//---------------------------------------------------------------------------------------
44
44
LineEngraver::LineEngraver(LibraryScope& libraryScope, ScoreMeter* pScoreMeter,
45
 
                           int iInstr, int iStaff)
 
45
                           int UNUSED(iInstr), int UNUSED(iStaff))
46
46
    : Engraver(libraryScope, pScoreMeter)
47
47
{
48
48
}