diff options
Diffstat (limited to 'source/slang/preprocessor.h')
| -rw-r--r-- | source/slang/preprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/preprocessor.h b/source/slang/preprocessor.h index 64591ef03..0e30038bf 100644 --- a/source/slang/preprocessor.h +++ b/source/slang/preprocessor.h @@ -26,7 +26,7 @@ struct IncludeHandler String const& pathToInclude, String const& pathIncludedFrom, String* outFoundPath, - String* outFoundSource) = 0; + ISlangBlob** outFoundSourceBlob) = 0; }; // Take a string of source code and preprocess it into a list of tokens. |
