Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Nov 17, 2014
1 parent d2f37dc commit 410c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch07/ex7_31.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class X {
};

class Y {
X* x = nullptr;
X x;
};

#endif

0 comments on commit 410c1b3

Please sign in to comment.