Changeset 865 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 04/30/06 15:31:04 (19 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GlRenderer.h
r863 r865 1 #ifndef __ RENDERER_H2 #define __ RENDERER_H1 #ifndef __GLRENDERER_H 2 #define __GLRENDERER_H 3 3 4 4 #include <QtOpenGL> … … 144 144 145 145 146 class GlRendererBuffer : public QObject, public QGLPixelBuffer, 146 class GlRendererBuffer : public QObject, public QGLPixelBuffer, public GlRenderer 147 147 { 148 148 Q_OBJECT -
GTP/trunk/Lib/Vis/Preprocessing/src/common.h
r863 r865 38 38 //#pragma warning(disable:4244) 39 39 40 #if 0 // $$$matt: comment this out because conflicts with definition in qt library!! 40 41 typedef unsigned int uint; 42 #endif 41 43 typedef unsigned short ushort; 42 44 typedef unsigned char uchar;
Note: See TracChangeset
for help on using the changeset viewer.