Subversion Repositories seema-scanner

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 23
Line 121... Line 121...
121
}
121
}
122
 
122
 
123
ProjectorOpenGL::~ProjectorOpenGL(){
123
ProjectorOpenGL::~ProjectorOpenGL(){
124
    context->makeContextCurrent();
124
    context->makeContextCurrent();
125
    delete context;
125
    delete context;
-
 
126
    std::cout << "Closed projector!" << std::endl << std::flush;
126
}
127
}
127
 
128