summaryrefslogtreecommitdiff
path: root/core/applets/vmemo/vmemo.h
Unidiff
Diffstat (limited to 'core/applets/vmemo/vmemo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.h b/core/applets/vmemo/vmemo.h
index 9ce08f2..ee375b0 100644
--- a/core/applets/vmemo/vmemo.h
+++ b/core/applets/vmemo/vmemo.h
@@ -41,7 +41,7 @@ private:
41 int openWAV(const char *filename); 41 int openWAV(const char *filename);
42 42
43 QPixmap vmemoPixmap; 43 QPixmap vmemoPixmap;
44 44 bool systemZaurus;
45 int dsp, wav, rate, speed, channels, format, resolution; 45 int dsp, wav, rate, speed, channels, format, resolution;
46 bool recording; 46 bool recording;
47}; 47};