diff trunk/src/Modules/Output/Graphics/GraphicsViewTime.h @ 411:a908972d234e

- Added support for movies!
author tomwalters
date Thu, 21 Oct 2010 01:46:39 +0000
parents 69466da9745e
children 16a590fbc0ba
line wrap: on
line diff
--- a/trunk/src/Modules/Output/Graphics/GraphicsViewTime.h	Tue Oct 19 19:48:37 2010 +0000
+++ b/trunk/src/Modules/Output/Graphics/GraphicsViewTime.h	Thu Oct 21 01:46:39 2010 +0000
@@ -35,10 +35,10 @@
 
 private:
   void PlotData(const vector<float> &signal,
-	float sample_rate,
-	float yOffset,
-	float height,
-	float xScale = 1.0);
+	              float sample_rate,
+	              float yOffset,
+	              float height,
+	              float xScale = 1.0);
   void PlotAxes(const vector<float> &signal);
   void PlotAxes(const SignalBank &pBank);
 };