Skip to content
Snippets Groups Projects
Commit c7e49d38 authored by scott snyder's avatar scott snyder
Browse files

VP1TrackingGeometrySystems: Fix clang warning.

clang warning: struct/class mismatch.
parent 17e74ae9
No related branches found
No related tags found
Loading
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef VP1TRACKINGGEOMETRYSYSTEM_H #ifndef VP1TRACKINGGEOMETRYSYSTEM_H
...@@ -56,7 +56,7 @@ private: ...@@ -56,7 +56,7 @@ private:
QByteArray saveState(); QByteArray saveState();
void restoreFromState( QByteArray ba); void restoreFromState( QByteArray ba);
class Imp; struct Imp;
Imp* m_d; Imp* m_d;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment