Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
0c2785d6
Commit
0c2785d6
authored
Dec 20, 2017
by
Jakob Weiss
Browse files
Fixed minor messup with the pipeline registration
parent
3d7df867
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/cppcourse/cppcourse.cpp
View file @
0c2785d6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
namespace
campvis
{
namespace
campvis
{
// explicitly instantiate templates to register the pipelines to make them available in the prototyping GUI
// explicitly instantiate templates to register the pipelines to make them available in the prototyping GUI
//
template class PipelineRegistrar<CPPCoursePipeline>;
template
class
PipelineRegistrar
<
CPPCoursePipeline
>;
template
class
SmartProcessorRegistrar
<
VerySimpleRaycaster
>;
template
class
SmartProcessorRegistrar
<
VerySimpleRaycaster
>;
}
}
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