Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
1edb41a9
Commit
1edb41a9
authored
Jul 02, 2013
by
Robert Menzel
Browse files
removed a warning
parent
f2a4a480
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ACGL/OpenGL/Objects/Shader.hh
View file @
1edb41a9
...
...
@@ -90,7 +90,7 @@ protected:
* - Add custom source content
* - Call addSource(...) with your source content
*/
virtual
void
processPragma
(
std
::
vector
<
std
::
string
>
const
&
_tokens
)
{
}
virtual
void
processPragma
(
std
::
vector
<
std
::
string
>
const
&
/*
_tokens
*/
)
{
}
/**
* @brief reads in a source file from file system
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment