mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Fix typo.
This commit is contained in:
@@ -626,7 +626,7 @@ class DataPointer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constexpr Source segment(Source segment_override) const {
|
constexpr Source segment(Source segment_override) const {
|
||||||
// TODO: remove conditionaluty here.
|
// TODO: remove conditionality here.
|
||||||
if(segment_override != Source::None) return segment_override;
|
if(segment_override != Source::None) return segment_override;
|
||||||
if(const auto segment = default_segment(); segment != Source::None) return segment;
|
if(const auto segment = default_segment(); segment != Source::None) return segment;
|
||||||
return Source::DS;
|
return Source::DS;
|
||||||
|
Reference in New Issue
Block a user