[Summary] Fixing the following compilation error:

In file included from ../gtk2_ardour/marker_selection.h:25,
                 from ../gtk2_ardour/selection.h:38,
                 from ../gtk2_ardour/ardour_ui.h:100,
                 from ../gtk2_ardour/cocoacarbon.mm:29:
../gtk2_ardour/marker.h:50: error: redefinition of ‘class Marker’
This commit is contained in:
Valeriy Kamyshniy 2014-12-03 01:24:08 +02:00
parent 75126ba4d4
commit d1208a9c0a
2 changed files with 2 additions and 1 deletions

View file

@ -144,6 +144,7 @@ typedef uint64_t microseconds_t;
#include "open_file_dialog_proxy.h"
#include "waves_message_dialog.h"
#include "crash_recovery_dialog.h"
#include "selection.h"
using namespace ARDOUR;
using namespace ARDOUR_UI_UTILS;

View file

@ -97,8 +97,8 @@
#include "timecode/time.h"
#include "time.h"
#include "selection.h"
struct MarkerSelection;
class VideoTimeLine;
class ArdourKeyboard;
class AudioClock;