diff --git a/src/util/operation_logger.h b/src/util/operation_logger.h index 6f38234..68e3cb5 100644 --- a/src/util/operation_logger.h +++ b/src/util/operation_logger.h @@ -19,10 +19,10 @@ namespace scal { enum LogType { kDequeue = 0, - kEnqueue + kEnqueue = 1 }; -char const kLogTypeSymbols[] = { '+', '-' }; +char const kLogTypeSymbols[] = { '-', '+' }; template struct Operation {