Update coding style to correctly ignore SGCT inline files in apps folder

Update ghoul repository
This commit is contained in:
Alexander Bock
2018-10-17 08:30:55 +00:00
parent 4c4e12f181
commit 700fd60295
3 changed files with 5 additions and 5 deletions
@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __OPENSPACE_CORE___SHORTCUTSMANAGER___H__
#define __OPENSPACE_CORE___SHORTCUTSMANAGER___H__
#ifndef __OPENSPACE_CORE___SHORTCUTMANAGER___H__
#define __OPENSPACE_CORE___SHORTCUTMANAGER___H__
#include <ghoul/misc/boolean.h>
#include <string>
@@ -56,4 +56,4 @@ private:
} // namespace openspace::interaction
#endif // __OPENSPACE_CORE___SHORTCUTSMANAGER___H__
#endif // __OPENSPACE_CORE___SHORTCUTMANAGER___H__