diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-02 12:47:29 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-02 12:47:29 (GMT) |
commit | b78b4593410a876e0664c01ce7afade64bf37660 (patch) | |
tree | 89670f900f2ee3f3e3878d3d4c438a482916cd6b /src/declarative/qml/qmlcompiler_p.h | |
parent | 6d28410756ab29277807d2026b4cbd8e1c707714 (diff) | |
download | Qt-b78b4593410a876e0664c01ce7afade64bf37660.zip Qt-b78b4593410a876e0664c01ce7afade64bf37660.tar.gz Qt-b78b4593410a876e0664c01ce7afade64bf37660.tar.bz2 |
fix MSVC warnings
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index eb24b91..6b6e1e2 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -162,7 +162,7 @@ private: int ctxt); void finalizeComponent(int patch); - class BindingReference; + struct BindingReference; void finalizeBinding(const BindingReference &); struct IdReference { |