From 5023b23d213c96d4556f19e490aa764d8f3fe796 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 9 Mar 2004 14:57:45 +0000 Subject: [PATCH] Fixed compile warning --- src/osgPlugins/ive/FragmentProgram.h | 2 +- src/osgPlugins/ive/VertexProgram.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/ive/FragmentProgram.h b/src/osgPlugins/ive/FragmentProgram.h index 822cd1d4d..399ad4767 100644 --- a/src/osgPlugins/ive/FragmentProgram.h +++ b/src/osgPlugins/ive/FragmentProgram.h @@ -12,4 +12,4 @@ public: }; } -#endif // IVE_FRAGMENT_PROGRAM \ No newline at end of file +#endif // IVE_FRAGMENT_PROGRAM diff --git a/src/osgPlugins/ive/VertexProgram.h b/src/osgPlugins/ive/VertexProgram.h index d190a11e0..96121c443 100644 --- a/src/osgPlugins/ive/VertexProgram.h +++ b/src/osgPlugins/ive/VertexProgram.h @@ -12,4 +12,4 @@ public: }; } -#endif // IVE_VERTEX_PROGRAM \ No newline at end of file +#endif // IVE_VERTEX_PROGRAM