Still experimenting with unit testing code.
[emufront] / src / dataobjects / emufrontfileobject.h
index a18b340..9df9c65 100644 (file)
@@ -38,7 +38,7 @@ public:
     { this->file = file; }
 
 protected:
-    EmuFrontFile *file;
+    EmuFrontFile *file; // TODO: Should we have stack object instead of a pointer
 };
 
 #endif // EMUFRONTFILEOBJECT_H