diff src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc @ 229:ddf35dd82d63

- A few changes to get graphics working. In progress.
author tom@acousticscale.org
date Sat, 16 Oct 2010 22:27:03 +0000
parents 82e0dc3dfd16
children 2aa72aa8a0d4
line wrap: on
line diff
--- a/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc	Fri Oct 15 05:46:53 2010 +0000
+++ b/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.cc	Sat Oct 16 22:27:03 2010 +0000
@@ -32,11 +32,12 @@
 #include <stdio.h>
 #include <math.h>
 
-#include "Support/util.h"
-#include "Output/GraphicsOutputDeviceCairo.h"
+#include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h"
+
+namespace aimc {
 
 GraphicsOutputDeviceCairo::GraphicsOutputDeviceCairo(Parameters *pParam)
-  : GraphicsOutputDevice(pParam) {
+    : GraphicsOutputDevice(pParam) {
   m_bOutputFile = false;
   m_iFileNumber = 0;
   m_iVertexType = VertexTypeNone;
@@ -281,3 +282,4 @@
   // Finished this one, up to the next!
   m_iFileNumber++;
 }
+}  // namespace aimc