From d6bd584c0fd5880aa5c5c45b9d03d12b278c48be Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周一, 01 9月 2014 06:18:38 +0800
Subject: [PATCH] 

---
 src/library/LicenseReader.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/library/LicenseReader.h b/src/library/LicenseReader.h
index 10b4f0e..2d45e05 100644
--- a/src/library/LicenseReader.h
+++ b/src/library/LicenseReader.h
@@ -35,7 +35,7 @@
 	bool has_client_sig;
 	string extra_data;
 
-	static constexpr const char* UNUSED_TIME = "0000-00-00";
+	static const char* UNUSED_TIME;
 	static const unsigned int UNUSED_SOFTWARE_VERSION = 0;
 
 	FullLicenseInfo(const string& source, const string& product,

--
Gitblit v1.9.1