From b149d9d511c3f4f8d70c83572a5d56a7986da2a3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 8 Dec 2025 05:02:09 -0500 Subject: chore: update code snippets, (WG02) Signed-off-by: Amlal El Mahrouss --- source/wg02/wg02.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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, -- cgit v1.2.3