~s-cecilio/lenmus/trunk

« back to all changes in this revision

Viewing changes to include/lenmus_document_frame.h

  • Committer: Cecilio Salmeron
  • Date: 2015-09-20 10:22:50 UTC
  • Revision ID: s.cecilios@gmail.com-20150920102250-zkvy6t678gnhmwzz
Changes to prepare a new release:
    * Updated CMakeLists.txt
    * Added missing files
    * wxWidgets 3.0 conversion:
* changed all c_str() by wx_str()
    * changed DECLARE_ .. et all macros

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//---------------------------------------------------------------------------------------
2
2
//    LenMus Phonascus: The teacher of music
3
 
//    Copyright (c) 2002-2014 LenMus project
 
3
//    Copyright (c) 2010-2015 LenMus project
4
4
//
5
5
//    This program is free software; you can redistribute it and/or modify it under the
6
6
//    terms of the GNU General Public License as published by the Free Software Foundation,
148
148
    int m_xThumb;
149
149
    int m_xMaxUnits;
150
150
 
151
 
    DECLARE_EVENT_TABLE()
 
151
    wxDECLARE_EVENT_TABLE();
152
152
};
153
153
 
154
154