From 53569d831d76d95e872963625032e3af6822cdd8 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 1 Dec 2012 12:50:57 +0000 Subject: [PATCH] vslol: fix typo. --- tools/vslol/CppKeywordClassifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vslol/CppKeywordClassifier.cs b/tools/vslol/CppKeywordClassifier.cs index 08a52a41..e704ee81 100644 --- a/tools/vslol/CppKeywordClassifier.cs +++ b/tools/vslol/CppKeywordClassifier.cs @@ -64,7 +64,7 @@ class CppKeywordClassifier : IClassifier private static const string[] m_all_types = { - "void|bool|int|signed|unsigned|char|short|long|float|double"; + "void|bool|int|signed|unsigned|char|short|long|float|double", "class|struct|union|template|namespace|typename|typedef", "inline|restrict|export|explicit|mutable", "static|register|auto|volatile|extern|const"