Skip to content

Commit

Permalink
Panel: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Sep 1, 2020
1 parent f556626 commit 9357307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/VGUI_Panel.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class VGUIAPI Panel
bool _paintBorderEnabled;
bool _paintBackgroundEnabled;
bool _paintEnabled;
friend class Panel;
// friend class Panel;
friend class App;
friend class SurfaceBase;
friend class Image;
Expand Down
2 changes: 1 addition & 1 deletion include/VGUI_String.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace vgui
class VGUIAPI String
{

friend class String;
// friend class String;

private:

Expand Down

0 comments on commit 9357307

Please sign in to comment.