Change to correct include guard name

This commit is contained in:
Emil Axelsson
2017-03-02 18:19:17 +01:00
parent 0377737843
commit 5faff1d3bf
2 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUMEGL___H__
#define __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUMEGL___H__
#ifndef __OPENSPACE_MODULE_VOLUME___VOLUMECLIPPLANE___H__
#define __OPENSPACE_MODULE_VOLUME___VOLUMECLIPPLANE___H__
#include <openspace/properties/propertyowner.h>
#include <openspace/properties/vectorproperty.h>
@@ -50,4 +50,4 @@ private:
} // namespace openspace
#endif // __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUMEGL___H__
#endif // __OPENSPACE_MODULE_VOLUME___VOLUMECLIPPLANE___H__

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUME___H__
#define __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUME___H__
#ifndef __OPENSPACE_MODULE_VOLUME___VOLUMECLIPPLANES___H__
#define __OPENSPACE_MODULE_VOLUME___VOLUMECLIPPLANES___H__
#include <openspace/properties/propertyowner.h>
#include <openspace/properties/scalarproperty.h>
@@ -54,4 +54,4 @@ private:
} // namespace openspace
#endif // __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUME___H__
#endif // __OPENSPACE_MODULE_VOLUME___VOLUMECLIPPLANES___H__