- Add check in style guide that prevents ‘using namespace’ in header files

- Remove using namespace ghoul::opengl from Globebrowsing and adjust
This commit is contained in:
Alexander Bock
2017-03-01 21:02:33 -05:00
parent 4e52f27f9e
commit fbea8389c8
25 changed files with 135 additions and 108 deletions

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __OPENSPACE_CORE___SYSTEMCAPABLITIESBINDING___H__
#define __OPENSPACE_CORE___SYSTEMCAPABLITIESBINDING___H__
#ifndef __OPENSPACE_CORE___SYSTEMCAPABILITIESBINDING___H__
#define __OPENSPACE_CORE___SYSTEMCAPABILITIESBINDING___H__
#include <openspace/scripting/lualibrary.h>
@@ -36,4 +36,4 @@ LuaLibrary openglSystemCapabilities();
} // namespace scripting
} // namespace openspace
#endif // __OPENSPACE_CORE___SYSTEMCAPABLITIESBINDING___H__
#endif // __OPENSPACE_CORE___SYSTEMCAPABILITIESBINDING___H__