aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorRay Donnelly <mingw.android@laptop.com>2012-09-14 22:20:13 +0100
committerDaniel Teske <daniel.teske@digia.com>2012-12-13 12:02:22 +0100
commitf6a499a18f5c5cf660390a4dfaf348fd9fe759c1 (patch)
tree433d2b4e14a544e3674a8d65e70d28cb20b4a3be /src/plugins/resourceeditor/resourceeditorw.h
parentb06c38d4d7e33d85e2abe401d71147b91f41ecb1 (diff)
Work around for an apparent MinGW-w64 compiler (4.7.2-2) bug.
The public virtual inheritence of ResourceEditorDocument from Core::IDocument seems to be creating an invalid vtable. It's now just public inheritence which is all that is needed. The compiler in question was Ruben Van Boxem's 4.7.2-2. Change-Id: I66f54ec04ce5aad847ac5bd6a4807fbd613c2d99 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index cec40d3408..5f1e04adde 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -46,7 +46,7 @@ class ResourceEditorW;
class QrcEditor;
class ResourceEditorDocument
- : public virtual Core::IDocument
+ : public Core::IDocument
{
Q_OBJECT