style guide fix

This commit is contained in:
lperron@google.com
2012-05-17 15:41:48 +00:00
parent 381cee272c
commit 5b27efe9ee

View File

@@ -45,6 +45,7 @@ class HungarianOptimizer {
// Returns the assignment in the two vectors passed as argument.
// agent[i] is assigned to task[i].
void Minimize(std::vector<int>* agent, std::vector<int>* task);
private:
typedef void (HungarianOptimizer::*Step)();