Fix capital letters in module define

This commit is contained in:
Malin E
2022-09-01 14:26:31 +02:00
parent d76b3a902e
commit 611bce55cd
2 changed files with 3 additions and 5 deletions
+3 -3
View File
@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __OPENSPACE_MODULE_BASE___RenderableLabel___H__
#define __OPENSPACE_MODULE_BASE___RenderableLabel___H__
#ifndef __OPENSPACE_MODULE_BASE___RENDERABLELABEL___H__
#define __OPENSPACE_MODULE_BASE___RENDERABLELABEL___H__
#include <openspace/rendering/renderable.h>
@@ -111,4 +111,4 @@ private:
} // namespace openspace
#endif // __OPENSPACE_MODULE_BASE___RenderableLabel___H__
#endif // __OPENSPACE_MODULE_BASE___RENDERABLELABEL___H__