Unverified Commit 3cc2c5f3 authored by Giuseppe Carboni's avatar Giuseppe Carboni Committed by GitHub
Browse files

Fix #627, added the new USD error to the SRT AS Boss (#636)

parent 960b95a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ CSRTActiveSurfaceBossCore::CSRTActiveSurfaceBossCore(ContainerServices *service,
    m_error_strings[ASErrors::USDStillRunning   ] = "USDStillRunning";
    m_error_strings[ASErrors::USDunCalibrated   ] = "USDunCalibrated";
    m_error_strings[ASErrors::CannotGetUSD      ] = "CannotGetUSD";
    m_error_strings[ASErrors::UnknownProfile    ] = "UnknownProfile";
}

CSRTActiveSurfaceBossCore::~CSRTActiveSurfaceBossCore()