Commit 0c2785d6 authored by Jakob Weiss's avatar Jakob Weiss
Browse files

Fixed minor messup with the pipeline registration

parent 3d7df867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
namespace campvis {

    // 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>;
}