Skip to content
Snippets Groups Projects
Commit 1f44b3de authored by Oksana Shadura's avatar Oksana Shadura Committed by Philippe Canal
Browse files

Postpone deprecation until all changes for compr.alg will be in

parent a1f98997
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@ enum ECompressionSetting {
};
/// Deprecated name, do *not* use:
_R__DEPRECATED_LATER("kUseGlobalSetting is deprecated!") static constexpr ECompressionAlgorithm kUseGlobalSetting = kUseGlobalCompressionAlgorithm;
static constexpr ECompressionAlgorithm kUseGlobalSetting = kUseGlobalCompressionAlgorithm;
int CompressionSettings(ECompressionAlgorithm algorithm, int compressionLevel);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment