~s-cecilio/lomse/master

« back to all changes in this revision

Viewing changes to src/parser/lomse_staffobjs_table.cpp

  • Committer: cecilios
  • Date: 2010-10-10 13:35:19 UTC
  • Revision ID: git-v1:2b333198c3033525d15763b84eaf79dac9fdab80
Preparing to use CMake. Updating with new code and missing files. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
//  You should have received a copy of the GNU General Public License along
14
14
//  with Lomse; if not, see <http://www.gnu.org/licenses/>.
15
15
//  
16
 
//  
17
 
//
18
16
//  For any comment, suggestion or feature request, please contact the manager of
19
17
//  the project at cecilios@users.sourceforge.net
20
18
//
23
21
#include "lomse_staffobjs_table.h"
24
22
 
25
23
#include <algorithm>
26
 
#include "lomse_document_iterator.h"
27
 
#include "lomse_ldp_elements.h"
28
24
#include "lomse_internal_model.h"
29
25
#include "lomse_im_note.h"
30
26
#include "lomse_ldp_exporter.h"
121
117
// ColStaffObjsBuilder implementation: algorithm to create a ColStaffObjs
122
118
//-------------------------------------------------------------------------------------
123
119
 
124
 
ColStaffObjsBuilder::ColStaffObjsBuilder(LdpTree* pTree)
125
 
    : m_pTree(pTree)
 
120
ColStaffObjsBuilder::ColStaffObjsBuilder()
126
121
{
127
122
}
128
123