J
Jaco Naude
Hi
I've run into a problem with template classes and mingw32 compiler
gives me the following:
source\EnvironmentManager.cpp: In constructor
`EnvironmentManager::EnvironmentManager()':
source\EnvironmentManager.cpp:60: error: no matching function for call
to `AttachmentDiscoverer<IData*>::setAttachmentManager
(AttachmentManager<IData*>*)'
.../../include/QtSF/AttachmentDiscoverer.h:23: note: candidates are:
void AttachmentDiscoverer<T>::setAttachmentManager
(AttachmentManager<T*>&) [with T = IData*]
But the candidate is exactly what I called... How can this be?
If it would help to post the classes please let me know.
Thanks in advance,
Jaco
I've run into a problem with template classes and mingw32 compiler
gives me the following:
source\EnvironmentManager.cpp: In constructor
`EnvironmentManager::EnvironmentManager()':
source\EnvironmentManager.cpp:60: error: no matching function for call
to `AttachmentDiscoverer<IData*>::setAttachmentManager
(AttachmentManager<IData*>*)'
.../../include/QtSF/AttachmentDiscoverer.h:23: note: candidates are:
void AttachmentDiscoverer<T>::setAttachmentManager
(AttachmentManager<T*>&) [with T = IData*]
But the candidate is exactly what I called... How can this be?
If it would help to post the classes please let me know.
Thanks in advance,
Jaco