Fix class/struct mismatch

This commit is contained in:
Robin Gareus 2025-11-12 00:45:14 +01:00
parent e50032ecb5
commit ac0bbfb481
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
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);