mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 13:47:24 +01:00
Fix class/struct mismatch
This commit is contained in:
parent
e50032ecb5
commit
ac0bbfb481
2 changed files with 3 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include "loudness_settings.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class TimelineRange;
|
||||
struct TimelineRange;
|
||||
class ExportAnalysis;
|
||||
class ExportStatus;
|
||||
class PluginInsert;
|
||||
|
|
|
|||
|
|
@ -54,7 +54,8 @@ class Route;
|
|||
class Track;
|
||||
class Region;
|
||||
class Source;
|
||||
class TimelineRange;
|
||||
|
||||
struct TimelineRange;
|
||||
|
||||
LIBARDOUR_API std::string legalize_for_path (const std::string& str);
|
||||
LIBARDOUR_API std::string legalize_for_universal_path (const std::string& str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue