Skip to content

Commit b8e16d5

Browse files
authored
[class.access.base] Add missing formatting to access specifier
1 parent 977961d commit b8e16d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4748,7 +4748,7 @@
47484748
public and protected members of the base class are accessible as
47494749
protected members of the derived class.
47504750
If a class is declared to be a base class for another class using the
4751-
private
4751+
\tcode{private}
47524752
access specifier, the
47534753
public and protected
47544754
members of the base class are accessible as private

0 commit comments

Comments
 (0)