diff options
Diffstat (limited to 'ipc/ipc_channel_factory.h')
-rw-r--r-- | ipc/ipc_channel_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_factory.h b/ipc/ipc_channel_factory.h index 30bfd8c..84bcf97 100644 --- a/ipc/ipc_channel_factory.h +++ b/ipc/ipc_channel_factory.h @@ -16,7 +16,7 @@ namespace IPC { // Encapsulates how a Channel is created. A ChannelFactory can be // passed to the constructor of ChannelProxy or SyncChannel to tell them // how to create underlying channel. -class ChannelFactory { +class IPC_EXPORT ChannelFactory { public: // Creates a factory for "native" channel built through // IPC::Channel::Create(). |