summaryrefslogtreecommitdiff
path: root/odk/examples
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-08 09:01:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-08 09:01:30 +0100
commitb45e8153b28b7447a922129d3e3a182315c8b337 (patch)
tree3be81498fe56c8a4b948da42a5042d29477eb2aa /odk/examples
parentfb7899e2423d26710200e46f66cf85894525afec (diff)
Missing forward declaration
Change-Id: I1c7cb32819d70efaf470247c86e0ee8dcb3f9087
Diffstat (limited to 'odk/examples')
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h1
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; }
}
}
}