no matching function for call to 'NewScreen::NewScreen(EditBoxScreen* const)'

2 posts / 0 new
Last post
workhard
workhard's picture
Offline
Mobile Conjurer
Joined: 3 May 2011
Posts:
no matching function for call to 'NewScreen::NewScreen(EditBoxScreen* const)'

no matching function for call to 'NewScreen::NewScreen(EditBoxScreen* const)'

how do i solve this error ? i did declare newscreen but how come?

AttachmentSize
New folder.zip106.29 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

Does new screen know what EditBoxScreen is? Does it need to know, or will NewScreen(Screen* screen) do?