Fixed incorrect include guard string.

pull/3/head
yhirose 9 years ago
parent 261f8f463b
commit 69b82ba92b
  1. 4
      peglib.h

@ -5,8 +5,8 @@
// MIT License // MIT License
// //
#ifndef _CPPEXPATLIB_PEGLIB_H_ #ifndef _CPPPEGLIB_PEGLIB_H_
#define _CPPEXPATLIB_PEGLIB_H_ #define _CPPPEGLIB_PEGLIB_H_
#include <functional> #include <functional>
#include <string> #include <string>

Loading…
Cancel
Save