Skip to content

Commit

Permalink
removed file pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend committed Aug 7, 2018
1 parent 444cf94 commit 8b245b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forms/sensorpanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ class SensorPanel : public QWidget {
QTemporaryDir* m_temporaryDir;
QMutex m_plotLock;

std::ofstream* m_magFile;
std::ofstream* m_accFile;
std::ofstream* m_gyroFile;
std::ofstream m_magFile;
std::ofstream m_accFile;
std::ofstream m_gyroFile;

bool m_isReadyToCapture;

Expand Down

0 comments on commit 8b245b8

Please sign in to comment.