summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/tex/core_process_scheduler.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/core_process_scheduler.tex b/docs/tex/core_process_scheduler.tex
index 5d79e5de..e48b5f5f 100644
--- a/docs/tex/core_process_scheduler.tex
+++ b/docs/tex/core_process_scheduler.tex
@@ -27,7 +27,7 @@
{The following sample is C++ code.} {The smaller the value, the more critical the process.}
\begin{verbatim}
-enum class AffinityKind : Int32 {
+enum struct AffinityKind : Int32 {
kRealTime = 100,
kVeryHigh = 150,
kHigh = 200,