We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcb6aa commit 36e3486Copy full SHA for 36e3486
src/cllazyfile/lazyInstMgr.h
@@ -73,8 +73,8 @@ class SC_LAZYFILE_EXPORT lazyInstMgr {
73
void openFile( std::string fname );
74
75
void addLazyInstance( namedLazyInstance inst );
76
- instMgrAdapter * getAdapter() {
77
- return _ima;
+ InstMgrBase * getAdapter() {
+ return ( InstMgrBase * ) _ima;
78
}
79
80
instanceRefs_t * getFwdRefs() {
src/cllazyfile/sectionReader.cc
@@ -17,7 +17,6 @@
17
#include "lazyFileReader.h"
18
#include "lazyInstMgr.h"
19
#include "lazyTypes.h"
20
-#include "instMgrHelper.h"
21
22
#include "current_function.hpp"
23
0 commit comments