From 897303206e87db7616b8c5f11b894c94b1047e7c Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周一, 08 9月 2014 05:59:02 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/open-license-manager/open-license-manager.git

---
 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 a172e1a..2d45e05 100644
--- a/src/library/LicenseReader.h
+++ b/src/library/LicenseReader.h
@@ -10,7 +10,7 @@
 
 #include "api/datatypes.h"
 #include "base/EventRegistry.h"
-#include "os/os.hpp"
+#include "os/os.h"
 #define SI_SUPPORT_IOSTREAMS
 #include "ini/SimpleIni.h"
 #include <string>
@@ -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