diff options
Diffstat (limited to 'src/gui/LineSeparator.cpp')
-rw-r--r-- | src/gui/LineSeparator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |