fix a few warnings, and matching class/struct in forward declaration

This commit is contained in:
Erwin Coumans
2014-08-22 18:15:17 -07:00
parent 2c19a27694
commit 8e64ee57c9
7 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ struct MyGraphInput
{
}
};
struct MyGraphWindow* setupTextureWindow(const MyGraphInput& input);
class MyGraphWindow* setupTextureWindow(const MyGraphInput& input);
void destroyTextureWindow(MyGraphWindow* window);