fix a few warnings, and matching class/struct in forward declaration
This commit is contained in:
@@ -25,7 +25,7 @@ struct MyGraphInput
|
||||
{
|
||||
}
|
||||
};
|
||||
struct MyGraphWindow* setupTextureWindow(const MyGraphInput& input);
|
||||
class MyGraphWindow* setupTextureWindow(const MyGraphInput& input);
|
||||
void destroyTextureWindow(MyGraphWindow* window);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user