mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Fix mistaken pre-declaration as class instead of struct
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Ui
|
||||
class TipsDialog;
|
||||
}
|
||||
|
||||
class ICaptureContext;
|
||||
struct ICaptureContext;
|
||||
|
||||
class TipsDialog : public QDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user