viz: fix tests build

This commit is contained in:
Alexander Alekhin
2017-05-26 17:05:46 +03:00
parent ef692350e0
commit e49c429162
3 changed files with 3 additions and 27 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ using namespace std;
/**
* @function main
*/
void tutorial3(bool camera_pov)
static void tutorial3(bool camera_pov)
{
/// Create a window
viz::Viz3d myWindow("Coordinate Frame");