Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: src/list.h

Issue 10682: Inverted character classes (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/list.h
diff --git a/src/list.h b/src/list.h
index b8bdec18a66a460ad637dab176f9fac4b10f538b..2f8aa906f1d03d66d4349b45e449f345ffb8e2ae 100644
--- a/src/list.h
+++ b/src/list.h
@@ -102,6 +102,7 @@ class List {
// Sort all list entries (using QuickSort)
void Sort(int (*cmp)(const T* x, const T* y));
+ void Sort();
INLINE(void Initialize(int capacity));

Powered by Google App Engine
This is Rietveld 408576698