scippio
10-01-2008 17:30:58
hi...
In wiki:
In my code:
But when I compile my code:
I have SVN revision 311 ...
In wiki:
QuickGUI::GUIManager* mGUIManager = new QuickGUI::GUIManager(mCamera->getViewport());
In my code:
...
Ogre::Camera *cam = SrCamera::getSingleton().mCamera;
...
mGUIManager = new QuickGUI::GUIManager(cam->getViewport());
But when I compile my code:
error: no matching function for call to 'QuickGUI::GUIManager::GUIManager(Ogre::Viewport*)'
inc/quickgui/QuickGUIManager.h:273: note: candidates are: QuickGUI::GUIManager::GUIManager(const Ogre::String&, Ogre::Viewport*)
inc/quickgui/QuickGUIManager.h:49: note: QuickGUI::GUIManager::GUIManager(const QuickGUI::GUIManager&)
I have SVN revision 311 ...