mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Fix capital letters in module define
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user