Skip to content

Commit

Permalink
fix: missing guard in header
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jun 15, 2016
1 parent 2abd4eb commit 816928c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cocos/vr/CCVRGenericRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
THE SOFTWARE.
****************************************************************************/

#ifndef CCVRGenericRenderer_hpp
#define CCVRGenericRenderer_hpp

#include "vr/CCVRProtocol.h"
#include "renderer/CCCustomCommand.h"
#include "renderer/CCFrameBuffer.h"
Expand Down Expand Up @@ -77,3 +80,5 @@ class CC_DLL VRGenericRenderer : public VRIRenderer
};

NS_CC_END

#endif // CCVRGenericRenderer_hpp

0 comments on commit 816928c

Please sign in to comment.