aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/tofuinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/tofuinfo.cpp')
-rw-r--r--lang/cpp/src/tofuinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cpp/src/tofuinfo.cpp b/lang/cpp/src/tofuinfo.cpp
index fe8f051f..ade262bb 100644
--- a/lang/cpp/src/tofuinfo.cpp
+++ b/lang/cpp/src/tofuinfo.cpp
@@ -123,12 +123,12 @@ unsigned short GpgME::TofuInfo::signCount() const
return isNull() ? 0 : d->mInfo->signcount;
}
-unsigned int GpgME::TofuInfo::firstSeen() const
+unsigned long GpgME::TofuInfo::firstSeen() const
{
return isNull() ? 0 : d->mInfo->firstseen;
}
-unsigned int GpgME::TofuInfo::lastSeen() const
+unsigned long GpgME::TofuInfo::lastSeen() const
{
return isNull() ? 0 : d->mInfo->lastseen;
}