]> git.cworth.org Git - apitrace/commitdiff
Fix erroneous class Profile forward declaration to struct Profile.
authorJames Benton <jbenton@vmware.com>
Fri, 10 Aug 2012 14:55:51 +0000 (15:55 +0100)
committerJames Benton <jbenton@vmware.com>
Fri, 10 Aug 2012 14:55:51 +0000 (15:55 +0100)
gui/profiledialog.h

index 9946efe6f643e92f4415c65917e5b91b9bc4df4e..39f8699db83faaa6cc83dcb900e3a55258dd410a 100644 (file)
@@ -4,7 +4,7 @@
 #include "ui_profiledialog.h"
 #include <QDialog>
 
-namespace trace { class Profile; }
+namespace trace { struct Profile; }
 
 class ProfileDialog : public QDialog, public Ui_ProfileDialog
 {