summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opierec/device.h
authorllornkcor <llornkcor>2003-04-21 23:58:24 (UTC)
committer llornkcor <llornkcor>2003-04-21 23:58:24 (UTC)
commit2d4cf8a85edc83b72855854b0bd337d2993df95b (patch) (unidiff)
treea4d1909771e181a984b00cc573669de0985ac179 /noncore/multimedia/opierec/device.h
parente951446d52d2a89dd919b1665b034516567384ee (diff)
downloadopie-2d4cf8a85edc83b72855854b0bd337d2993df95b.zip
opie-2d4cf8a85edc83b72855854b0bd337d2993df95b.tar.gz
opie-2d4cf8a85edc83b72855854b0bd337d2993df95b.tar.bz2
no defaults in constructors
Diffstat (limited to 'noncore/multimedia/opierec/device.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opierec/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/device.h b/noncore/multimedia/opierec/device.h
index c9a7491..2d4d2fc 100644
--- a/noncore/multimedia/opierec/device.h
+++ b/noncore/multimedia/opierec/device.h
@@ -9,3 +9,3 @@ class Device : public QObject {
9public: 9public:
10 Device( QObject * parent=0, const char * dspStr=0, const char * mixerStr=0, bool record=false ); 10 Device( QObject * parent, const char * dspStr, const char * mixerStr, bool record );
11 ~Device() {}; 11 ~Device() {};