From 0f2ebdb0b66178fa90492d1c46412eddeed9ae6d Mon Sep 17 00:00:00 2001
From: Maximilien Siavelis <m@siav.pw>
Date: 周日, 16 6月 2019 19:45:41 +0800
Subject: [PATCH] Merge pull request #23 from tizzybec/master

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

diff --git a/src/library/LicenseReader.h b/src/library/LicenseReader.h
index 10b4f0e..0d70f2f 100644
--- a/src/library/LicenseReader.h
+++ b/src/library/LicenseReader.h
@@ -2,7 +2,7 @@
  * LicenseReader.h
  *
  *  Created on: Mar 30, 2014
- *      Author: devel
+ *      
  */
 
 #ifndef 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