Skip to content
Snippets Groups Projects
Commit 58c10d1c authored by Matthias Puchner's avatar Matthias Puchner
Browse files

add template keyword (for GCC)

parent 9ae88010
No related branches found
No related tags found
1 merge request!570remove SessionModel/Item from SampleModel and all related items
Pipeline #52769 failed
...@@ -26,7 +26,7 @@ public: ...@@ -26,7 +26,7 @@ public:
void init(const QString& label, const QString& tooltip, const QString& persistentTag) void init(const QString& label, const QString& tooltip, const QString& persistentTag)
{ {
m_persistentTag = persistentTag; m_persistentTag = persistentTag;
m_descriptor.init<Catalog>(label, tooltip, &m_p); m_descriptor.template init<Catalog>(label, tooltip, &m_p);
m_p = Catalog::create(Catalog::types()[0]); m_p = Catalog::create(Catalog::types()[0]);
} }
......
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