From 0fa875ba166df3985adb4e1f2229fd7e7a4189f1 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: ćšć, 24 4æ 2014 06:27:31 +0800 Subject: [PATCH] disk sn --- src/library/api/license++.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/library/api/license++.h b/src/library/api/license++.h index 713692a..b56a0e9 100644 --- a/src/library/api/license++.h +++ b/src/library/api/license++.h @@ -51,12 +51,12 @@ * Should be called from time to time to confirm we're still using the * slicense. */ -DllExport enum EVENT_TYPE confirm_license(char * productName, +DllExport EVENT_TYPE confirm_license(char * productName, LicenseLocation licenseLocation); /** * Do nothing for now, useful for network licenses. */ -DllExport enum EVENT_TYPE release_license(char * productName, +DllExport EVENT_TYPE release_license(char * productName, LicenseLocation licenseLocation); #ifdef __cplusplus -- Gitblit v1.9.1