Skip to content

Commit

Permalink
Merge pull request #18284 from shamser/issue31241
Browse files Browse the repository at this point in the history
HPCC-31241 CRoxieServerContext::getWorkflowId not overriding base class

Reviewed-by: Jake Smith <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Feb 9, 2024
2 parents 5f9b805 + 5214633 commit 104de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roxie/ccd/ccdcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3834,7 +3834,7 @@ class CRoxieServerContext : public CRoxieContextBase, implements IRoxieServerCon
addWuExceptionEx(text, code, 2, MSGAUD_user, "user");
}

virtual unsigned getWorkflowId()
virtual unsigned getWorkflowId() const override
{
logctx.CTXLOG("Trying to access WFID from workflow");
throwUnexpected();
Expand Down

0 comments on commit 104de84

Please sign in to comment.