aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/waveout/outputwaveout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveout.h')
-rw-r--r--src/plugins/Output/waveout/outputwaveout.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/Output/waveout/outputwaveout.h b/src/plugins/Output/waveout/outputwaveout.h
index 2d019ef6e..0fc5746b1 100644
--- a/src/plugins/Output/waveout/outputwaveout.h
+++ b/src/plugins/Output/waveout/outputwaveout.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2012 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -42,10 +42,10 @@ public:
private:
//output api
qint64 writeAudio(unsigned char *data, qint64 size);
- void drain(){};
- void suspend(){};
- void resume(){};
- void reset(){};
+ void drain();
+ void suspend();
+ void resume();
+ void reset();
// helper functions
void status();