revert recent const addition in cppregex.cpp

This commit is contained in:
nhmall
2015-06-16 06:05:06 -04:00
parent f6e46d286d
commit c289784d49

View File

@@ -10,7 +10,7 @@
extern "C" {
#include <hack.h>
const char regex_id[] = "cppregex";
char regex_id[] = "cppregex";
struct nhregex {
std::unique_ptr<std::regex> re;