glviewvol

diff src/main.cc @ 11:73edd1b7c2da

changed the name to glviewvol
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 31 Dec 2014 07:53:53 +0200
parents fb6d93471352
children 773f89037a35
line diff
     1.1 --- a/src/main.cc	Wed Dec 31 05:21:47 2014 +0200
     1.2 +++ b/src/main.cc	Wed Dec 31 07:53:53 2014 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  #include <GL/glut.h>
     1.5  #endif
     1.6  
     1.7 -#include "dicomview.h"
     1.8 +#include "viewer.h"
     1.9  #include "opt.h"
    1.10  
    1.11  static void display();