Changeset 9655
- Timestamp:
- 02/05/09 11:14:49 (4 years ago)
- Location:
- OpenSceneGraph/trunk
- Files:
-
- 4 modified
-
examples/osglauncher/osglauncher.cpp (modified) (1 diff)
-
examples/osgviewerGLUT/osgviewerGLUT.cpp (modified) (2 diffs)
-
src/osgPlugins/cfg/ConfigLexer.cpp (modified) (1 diff)
-
src/osgUtil/TriStrip_graph_array.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglauncher/osglauncher.cpp
r9395 r9655 195 195 return app; 196 196 } 197 private: 198 Xample() {} 197 199 }; // end class Xample 198 200 -
OpenSceneGraph/trunk/examples/osgviewerGLUT/osgviewerGLUT.cpp
r9640 r9655 21 21 // Derived from osgGLUTsimple.cpp and osgkeyboardmouse.cpp 22 22 23 #include <osg/Config> 24 23 25 #if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS) 24 26 // disable warning "glutCreateMenu_ATEXIT_HACK' : unreferenced local function has been removed" … … 30 32 #include <windows.h> 31 33 #endif 34 32 35 #ifdef __APPLE__ 33 36 # include <GLUT/glut.h> -
OpenSceneGraph/trunk/src/osgPlugins/cfg/ConfigLexer.cpp
r9637 r9655 9 9 #define YY_FLEX_MAJOR_VERSION 2 10 10 #define YY_FLEX_MINOR_VERSION 5 11 12 #include <osg/Config> 11 13 12 14 #if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS) -
OpenSceneGraph/trunk/src/osgUtil/TriStrip_graph_array.h
r9630 r9655 80 80 { 81 81 public: 82 arc() {} 82 83 arc & mark() { m_Marker = true; return (* this); } 83 84 arc & unmark() { m_Marker = false; return (* this); }
