expected initializer

Hi forum,

i am a class declaration as follows:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
	class LIBRARY_EXPORT osgOpenCLContext : public osg::Object
	{
		public:
			osgOpenCLContext();

			META_OBJECT(osgOpenCL,osgOpenCLContext);


			bool setupOsgOpenCLAndViewer(osgViewer::ViewerBase &viewer,
			     			     int ctxID = -1);
			
			~osgOpenCLContext();
};



and i m having the following error:

1
2
/home/sajjad/Downloads/OpenSceneGraph/osgCompute/osgCompute/include/osgOpenCL/osgOpenCLContext:13:40: error: expected initializer before ‘:’ token


any idea folks?

regards
sajjad
It seems the compiler does not understand the construction

class LIBRARY_EXPORT osgOpenCLContext : public osg::Object
bonjour, je veux faire une fonction voter; je travaille sur un jeu s'appelle "loup garous" , bref j'ai un tableau de joueur et chaque joueur doit voter pour avoir enfin un capitaine de jeu,pouvez vous m'aidez à developper ça en c++
Topic archived. No new replies allowed.