diff options
Diffstat (limited to 'source/slang/slang-preprocessor.h')
| -rw-r--r-- | source/slang/slang-preprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-preprocessor.h b/source/slang/slang-preprocessor.h index 90e03e964..4d7721d31 100644 --- a/source/slang/slang-preprocessor.h +++ b/source/slang/slang-preprocessor.h @@ -28,7 +28,7 @@ using preprocessor::Preprocessor; struct PreprocessorHandler { virtual void handleEndOfTranslationUnit(Preprocessor* preprocessor); - virtual void handleFileDependency(String const& path, ISlangBlob* contents = nullptr); + virtual void handleFileDependency(String const& path); }; /// Description of a preprocessor options/dependencies |
