Skip to content

Commit

Permalink
Fix CI on Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jun 29, 2022
1 parent e7dc7f8 commit d3dfa79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class CASECommands
// Register the CASESession commands
void Register();

void SetFabricInfo(FabricInfo * fabricInfo) { mFabricInfo = fabricInfo; }
void SetFabricInfo(const FabricInfo * fabricInfo) { mFabricInfo = fabricInfo; }
void SetNodeId(NodeId nodeId) { mNodeId = nodeId; }
void SetOnConnecting(bool onConnecting) { mOnConnecting = onConnecting; }
const FabricInfo * GetFabricInfo(void) { return mFabricInfo; }
Expand Down

0 comments on commit d3dfa79

Please sign in to comment.