Skip to content

Commit

Permalink
Fix for compile issue on some machines
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Nov 21, 2013
1 parent e630af8 commit d2a1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/freeems/emsdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class EmsData : public QObject
QList<MemoryLocation*> m_tempMemoryList;
QList<Table3DMetaData> m_table3DMetaData;
QList<Table2DMetaData> m_table2DMetaData;
QList<ConfigData> m_configMetaData;
QList<ConfigData*> m_configMetaData;
QList<ReadOnlyRamData> m_readOnlyMetaData;
QMap<unsigned short,QString> m_errorMap;
bool verifyMemoryBlock(unsigned short locationid,QByteArray header,QByteArray payload);
Expand Down

0 comments on commit d2a1ffb

Please sign in to comment.