Skip to content

Commit

Permalink
Merge pull request pezy#50 from shbling/patch-3
Browse files Browse the repository at this point in the history
Update ex7_31.cpp
  • Loading branch information
Mooophy committed Nov 16, 2014
2 parents cc73b12 + 3852d5a commit 2f76fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch07/ex7_31.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ class Y;

class X
{
Y* p2y;
Y* py2;
};

class Y
{
X* p2x;
X x2;
};


Expand Down

0 comments on commit 2f76fbe

Please sign in to comment.