mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
[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:
parent
75126ba4d4
commit
d1208a9c0a
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -97,8 +97,8 @@
|
|||
|
||||
#include "timecode/time.h"
|
||||
#include "time.h"
|
||||
#include "selection.h"
|
||||
|
||||
struct MarkerSelection;
|
||||
class VideoTimeLine;
|
||||
class ArdourKeyboard;
|
||||
class AudioClock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue