aboutsummaryrefslogtreecommitdiff
path: root/sysutils/k3b-kde4/files/patch-src-device-k3bdevice.h
blob: ecb893f0d5141d391597b543efb4d55e4a6e8180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/device/k3bdevice.h.orig	Fri Jan 30 11:28:15 2004
+++ src/device/k3bdevice.h	Fri Feb 13 21:03:38 2004
@@ -654,6 +654,10 @@
 
     class Private;
     Private* d;
+#ifdef __FreeBSD__
+    QString m_passDevice;
+    friend class ScsiCommand;
+#endif
     friend class DeviceManager;
   };