Update CalculatorManager.cpp

This commit is contained in:
Alfonso Gregory 2021-07-14 20:22:35 -04:00 committed by GitHub
commit f8f5473dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
using namespace std;
using namespace CalcEngine;
static constexpr size_t MAX_HISTORY_ITEMS = 20;
static constexpr unsigned int MAX_HISTORY_ITEMS = 20;
#ifndef _MSC_VER
#define __pragma(x)