X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnoui.cpp;h=965b39d18a372bbac6fbbfa9cf20c6e2ba101d65;hb=1ebe5b92ef18395cdae9b88fc38b0ed6166c3243;hp=db25f2d28504b2fafe8f64b99d0577431bbb1b59;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca;p=novacoin.git diff --git a/src/noui.cpp b/src/noui.cpp index db25f2d..965b39d 100644 --- a/src/noui.cpp +++ b/src/noui.cpp @@ -15,7 +15,7 @@ static int noui_ThreadSafeMessageBox(const std::string& message, const std::stri return 4; } -static bool noui_ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption) +static bool noui_ThreadSafeAskFee(int64_t nFeeRequired, const std::string& strCaption) { return true; }