Fix class/struct mismatch

This commit is contained in:
Robin Gareus
2025-11-12 00:45:14 +01:00
parent e50032ecb5
commit ac0bbfb481
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
#include "loudness_settings.h"
namespace ARDOUR {
class TimelineRange;
struct TimelineRange;
class ExportAnalysis;
class ExportStatus;
class PluginInsert;

View File

@@ -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);