Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Jun 11, 2019
1 parent 66b6748 commit a3dcab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/FasLoader/Fas/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void Core::load(const std::string &fileName) {
deleteCannotBeForwardReferenced();
deleteNegativeSymbols();
deleteSpecialMarkers();
qInfo() << fasSymbols_.size();
qDebug() << fasSymbols_.size();
deleteAnonymousSymbols();
loadSymbols();
} catch (std::exception &e) {
Expand Down

0 comments on commit a3dcab4

Please sign in to comment.