Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1290)

Unified Diff: src/core/model/heap-scheduler.h

Issue 336970043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Updates to patch for review comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/model/heap-scheduler.h
===================================================================
--- a/src/core/model/heap-scheduler.h
+++ b/src/core/model/heap-scheduler.h
@@ -113,7 +113,7 @@
* Return the index of the last element.
* \returns The last index.
*/
- uint32_t Last (void) const;
+ std::size_t Last (void) const;
/**
* Test if an index is the root.
*

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b