Skip to content

Commit

Permalink
Fixes #8166 by modifying reference to deprecated function FlagsForFil…
Browse files Browse the repository at this point in the history
…e to Settings (#8167)
  • Loading branch information
samuel-emrys committed Dec 8, 2020
1 parent 8b13892 commit 2697105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/client/generators/ycm.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def GetCompilationInfoForFile( filename ):
return database.GetCompilationInfoForFile( filename )
def FlagsForFile( filename, **kwargs ):
def Settings( filename, **kwargs ):
relative_to = None
compiler_flags = None
Expand Down

0 comments on commit 2697105

Please sign in to comment.