Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
60b2ff02
Commit
60b2ff02
authored
Oct 21, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed return type
parent
61278a06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
common/RendererInfo.cc
common/RendererInfo.cc
+2
-2
common/RendererInfo.hh
common/RendererInfo.hh
+2
-2
No files found.
common/RendererInfo.cc
View file @
60b2ff02
...
...
@@ -146,7 +146,7 @@ RendererInfo* RenderManager::operator[](unsigned int _id) {
}
unsigned
in
t
RenderManager
::
available
()
{
size_
t
RenderManager
::
available
()
{
return
availableRenderers_
.
size
();
}
...
...
@@ -280,7 +280,7 @@ PostProcessorInfo* PostProcessorManager::operator[](unsigned int _id ) {
}
unsigned
in
t
PostProcessorManager
::
available
()
{
size_
t
PostProcessorManager
::
available
()
{
return
availablePostProcessors_
.
size
();
}
...
...
common/RendererInfo.hh
View file @
60b2ff02
...
...
@@ -144,7 +144,7 @@ class DLLEXPORT RenderManager {
*
* @return number of available renderers
*/
unsigned
in
t
available
();
size_
t
available
();
/** \brief set the active renderer
*
...
...
@@ -255,7 +255,7 @@ class DLLEXPORT PostProcessorManager {
*
* @return number of available post processor
*/
unsigned
in
t
available
();
size_
t
available
();
/** \brief set the active post processor for viewer
*
...
...
Write
Preview
Markdown
is supported
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