manually fix Plane include guard since regex did not catch

This commit is contained in:
Stephen Birarda 2014-04-09 12:03:57 -07:00
parent ae4b8348a2
commit 29f8ed3c09

View file

@ -12,8 +12,8 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef _PLANE_ #ifndef hifi_Plane_h
#define _PLANE_ #define hifi_Plane_h
#include <glm/glm.hpp> #include <glm/glm.hpp>
@ -44,4 +44,4 @@ private:
}; };
#endif #endif // hifi_Plane_h