diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-05-23 17:28:39 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-05-23 17:28:39 -0400 |
| commit | 513f6a277e0261b1a4d336daeac1133db46213ab (patch) | |
| tree | d6f268517918f33c2cb1fa503a46a74e04313dca /src/video_core/renderer_opengl/gl_state.h | |
| parent | 5f193bbf068c8b4bf2a9200b696a574c5e1e5784 (diff) | |
| parent | 951353558ef7e812d5f48f60e5ff5f9cbbfdf0fe (diff) | |
Merge pull request #805 from lioncash/warn
video_core/core: Get rid of more warnings.
Diffstat (limited to 'src/video_core/renderer_opengl/gl_state.h')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_state.h b/src/video_core/renderer_opengl/gl_state.h index a56d31371..281b7cad5 100644 --- a/src/video_core/renderer_opengl/gl_state.h +++ b/src/video_core/renderer_opengl/gl_state.h @@ -63,7 +63,7 @@ public: } /// Apply this state as the current OpenGL state - const void Apply(); + void Apply(); private: static OpenGLState cur_state; |
