Fixing linter to work on Windows (ironically, by breaking it).

This commit is contained in:
Ben Vanik
2014-07-11 18:43:35 -07:00
parent 4b6f1882e7
commit 8a6807bd92
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
******************************************************************************
*/
#ifndef POLY_POLY_CXX_COMPAT_H_
#define POLY_POLY_CXX_COMPAT_H_
#ifndef POLY_CXX_COMPAT_H_
#define POLY_CXX_COMPAT_H_
#include <poly/config.h>
@@ -24,4 +24,4 @@
namespace poly {} // namespace poly
#endif // POLY_POLY_CXX_COMPAT_H_
#endif // POLY_CXX_COMPAT_H_