Fixed incorrect include guard string.

This commit is contained in:
yhirose 2015-02-19 07:54:15 -05:00
parent 261f8f463b
commit 69b82ba92b

View File

@ -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>