From d2f6b0738bdd90a5503fff404dfa4f0ad0962ef3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 14 Nov 2024 00:25:37 +0100 Subject: Add option to start replay on fullscreen --- src/gui/LineSeparator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/LineSeparator.cpp') diff --git a/src/gui/LineSeparator.cpp b/src/gui/LineSeparator.cpp index 637c84f..040a75a 100644 --- a/src/gui/LineSeparator.cpp +++ b/src/gui/LineSeparator.cpp @@ -16,7 +16,7 @@ namespace gsr { }; } - LineSeparator::LineSeparator(Type type, float width) : type(type), width(width) { + LineSeparator::LineSeparator(Orientation orientation, float width) : orientation(orientation), width(width) { } -- cgit v1.2.3