diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/wg02/wg02.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/wg02/wg02.tex b/source/wg02/wg02.tex index 715102a..c0f9479 100644 --- a/source/wg02/wg02.tex +++ b/source/wg02/wg02.tex @@ -60,7 +60,7 @@ {The following sample is C++ code.} {The smaller the value, the more critical the process.} \begin{lstlisting} -enum class AffinityKind : Int32 { +enum struct AffinityKind : Int32 { kRealTime = 100, kVeryHigh = 150, kHigh = 200, |
