Skip to content

Commit

Permalink
fix: forward-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Feb 11, 2024
1 parent 20f5d0a commit 1132751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/dialogs/UserInfoPopup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using ChannelPtr = std::shared_ptr<Channel>;
class Label;
class ChannelView;
class Split;
class HelixUser;
struct HelixUser;

class UserInfoPopup final : public DraggablePopup
{
Expand Down

0 comments on commit 1132751

Please sign in to comment.