mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
manually fix Plane include guard since regex did not catch
This commit is contained in:
parent
ae4b8348a2
commit
29f8ed3c09
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef _PLANE_
|
||||
#define _PLANE_
|
||||
#ifndef hifi_Plane_h
|
||||
#define hifi_Plane_h
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
|
@ -44,4 +44,4 @@ private:
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif // hifi_Plane_h
|
Loading…
Reference in a new issue