Skip to content

Commit

Permalink
Silence warning in ArmadaObjectViewerWidget.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tashcan committed Mar 26, 2024
1 parent a7efe2a commit 7674adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/src/prime/ArmadaObjectViewerWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ struct ArmadaObjectViewerWidget : public ObjectViewerBaseWidget<ArmadaObjectView
bool HasJoinButton()
{
// TODO
return false;
}

private:
Expand All @@ -50,4 +51,4 @@ struct ArmadaObjectViewerWidget : public ObjectViewerBaseWidget<ArmadaObjectView
static auto field = get_class_helper().GetField("_joinContext").offset();
return *(GenericButtonContext**)((char*)this + field);
}
};
};

0 comments on commit 7674adb

Please sign in to comment.