sd/source/ui/remotecontrol/BluetoothServer.cxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 01b913387b03bda1dd4585ee0a3294122a7bdc63 Author: Michael Stahl <mst...@redhat.com> Date: Thu Feb 28 22:20:13 2013 +0100 sd: BluetoothServer: appease MSVC's appetite for type definitions Change-Id: I05a0cc7534e6504c73ad1ccee42ca6e9ecb489ed diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 475e0c1..926e4b2 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -579,6 +579,11 @@ registerWithDefaultAdapter( DBusConnection *pConnection ) return pService; } +#else + +// MSVC needs this definition even though it's never used +struct sd::BluetoothServerImpl { }; + #endif // LINUX_BLUETOOTH BluetoothServer::BluetoothServer( std::vector<Communicator*>* pCommunicators ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits