summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/GrammarUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Slice/GrammarUtil.h')
-rw-r--r--cpp/src/Slice/GrammarUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/GrammarUtil.h b/cpp/src/Slice/GrammarUtil.h
index 6e70b9f2eeb..889ad02d797 100644
--- a/cpp/src/Slice/GrammarUtil.h
+++ b/cpp/src/Slice/GrammarUtil.h
@@ -23,7 +23,7 @@ namespace Slice
//
struct CICompare : public std::binary_function<std::string, std::string, bool>
{
- // TODO: ML: Make non-inline.
+ // TODO: ML: Make non-inline. (Not necessary if moved to Scanner.l)
bool operator()(const std::string& s1, const std::string& s2) const
{
std::string::const_iterator p1 = s1.begin();