Skip to content

Commit 27e07a5

Browse files
committed
Clean up 0 as null pointer warning
1 parent 76e0965 commit 27e07a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/maths/CTimeSeriesDecompositionDetail.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ CTimeSeriesDecompositionDetail::CCalendarTest::CCalendarTest(const CCalendarTest
767767
m_LastMonth{other.m_LastMonth}, m_Test{!isForForecast && other.m_Test
768768
? std::make_shared<CCalendarCyclicTest>(
769769
*other.m_Test)
770-
: 0} {
770+
: nullptr} {
771771
}
772772

773773
bool CTimeSeriesDecompositionDetail::CCalendarTest::acceptRestoreTraverser(core::CStateRestoreTraverser& traverser) {

0 commit comments

Comments
 (0)