diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-08 09:01:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-08 09:01:30 +0100 |
commit | b45e8153b28b7447a922129d3e3a182315c8b337 (patch) | |
tree | 3be81498fe56c8a4b948da42a5042d29477eb2aa | |
parent | fb7899e2423d26710200e46f66cf85894525afec (diff) |
Missing forward declaration
Change-Id: I1c7cb32819d70efaf470247c86e0ee8dcb3f9087
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h b/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h index 98b26e127606..026cf42a1b90 100644 --- a/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h +++ b/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h @@ -43,6 +43,7 @@ namespace com class XModel; class XFrame; } + namespace uno { class XComponentContext; } } } } |